VirtualBox

Changeset 65944 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Mar 6, 2017 12:02:46 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113762
Message:

bs3-cpu-generated-1-data.py: python 3 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py

    r65942 r65944  
    328328        #
    329329        for oInstr in sorted(iai.g_aoAllInstructions,
    330                              key = lambda(oInstr): oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands])
    331                                                                     + (oInstr.sOpcode if oInstr.sOpcode else 'zz')):
     330                             key = lambda oInstr: oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands])
     331                                                                   + (oInstr.sOpcode if oInstr.sOpcode else 'zz')):
    332332            if len(oInstr.aoTests) > 0:
    333333                oTests = Bs3Cg1EncodedTests(oInstr);
Note: See TracChangeset for help on using the changeset viewer.

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