- Timestamp:
- Feb 13, 2012 10:52:28 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r40089 r40092 10389 10389 FNIEMOP_DEF(iemOp_fnop) 10390 10390 { 10391 #ifndef TST_IEM_CHECK_MC 10391 10392 /* Note! This updates the FPU instruction pointer but leaves the opcode alone. */ 10392 10393 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__); 10393 10394 iemOpStubMsg2(pIemCpu); 10394 10395 RTAssertPanic(); 10396 #endif 10395 10397 return VERR_IEM_INSTR_NOT_IMPLEMENTED; 10396 10398 }
Note:
See TracChangeset
for help on using the changeset viewer.