- Timestamp:
- May 20, 2008 8:42:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmCore.cpp
r8956 r8983 2392 2392 { 2393 2393 Assert(pCpu->prefix & PREFIX_LOCK); 2394 #if 0 /** @todo don't enable before the testcases have been finished. */2395 2394 2396 2395 /* … … 2441 2440 pCpu->pCurInstr = &g_aTwoByteMapX86[11]; 2442 2441 Assert(pCpu->pCurInstr->opcode == OP_ILLUD2); 2443 #endif 2444 } 2445 2442 } 2443
Note:
See TracChangeset
for help on using the changeset viewer.