Changeset 65944 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Mar 6, 2017 12:02:46 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r65942 r65944 328 328 # 329 329 for oInstr in sorted(iai.g_aoAllInstructions, 330 key = lambda (oInstr): oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands])331 330 key = lambda oInstr: oInstr.sMnemonic + ''.join([oOp.sType for oOp in oInstr.aoOperands]) 331 + (oInstr.sOpcode if oInstr.sOpcode else 'zz')): 332 332 if len(oInstr.aoTests) > 0: 333 333 oTests = Bs3Cg1EncodedTests(oInstr);
Note:
See TracChangeset
for help on using the changeset viewer.