- Timestamp:
- Dec 4, 2015 4:48:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r56668 r58994 16815 16815 return FNIEMOP_CALL_1(iemOp_grp3_test_Eb, bRm); 16816 16816 case 1: 16817 /** @todo testcase: Present on <=386, most 486 (not early), Pentiums, and current CPUs too. CPUUNDOC.EXE */ 16817 16818 return IEMOP_RAISE_INVALID_OPCODE(); 16818 16819 case 2: … … 16852 16853 return FNIEMOP_CALL_1(iemOp_grp3_test_Ev, bRm); 16853 16854 case 1: 16855 /** @todo testcase: Present on <=386, most 486 (not early), Pentiums, and current CPUs too. CPUUNDOC.EXE */ 16854 16856 return IEMOP_RAISE_INVALID_OPCODE(); 16855 16857 case 2:
Note:
See TracChangeset
for help on using the changeset viewer.