VirtualBox

Changeset 65947 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 6, 2017 12:47:09 PM (8 years ago)
Author:
vboxsync
Message:

IEMAllInstructionsPython.py: python 3 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py

    r65945 r65947  
    26032603    """
    26042604
    2605     for sName, oMap in sorted(g_dInstructionMaps.iteritems(), key = lambda(k,v): v.sEncoding + ''.join(v.asLeadOpcodes)):
     2605    for sName, oMap in sorted(iter(g_dInstructionMaps.items()), key = lambda k_v: k_v[1].sEncoding + ''.join(k_v[1].asLeadOpcodes)):
    26062606        asLines = [];
    26072607
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette