Changeset 47138 in vbox for trunk/src/VBox/VMM/testcase/Instructions
- Timestamp:
- Jul 14, 2013 6:05:53 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py
r47135 r47138 1292 1292 iOp2 = oGen.oTarget.randGRegNoSp(); 1293 1293 1294 for cbEffOp in [1]:#( 8, 4, 2, 1 ):1294 for cbEffOp in ( 8, 4, 2, 1 ): 1295 1295 if cbEffOp > oGen.oTarget.getMaxOpBytes(): 1296 1296 continue; … … 1330 1330 ##InstrTest_MovSxD_Gv_Ev(), 1331 1331 InstrTest_DivIDiv(fIsIDiv = False), 1332 #InstrTest_DivIDiv(fIsIDiv = True),1332 InstrTest_DivIDiv(fIsIDiv = True), 1333 1333 ]; 1334 1334
Note:
See TracChangeset
for help on using the changeset viewer.