Changeset 36798 in vbox
- Timestamp:
- Apr 21, 2011 3:58:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r36795 r36798 45 45 * Header Files * 46 46 *******************************************************************************/ 47 //#define RT_STRICT 47 48 #define LOG_GROUP LOG_GROUP_EM /** @todo add log group */ 48 49 #include <VBox/vmm/iem.h> … … 190 191 /** Temporary hack to disable the double execution. Will be removed in favor 191 192 * of a dedicated execution mode in EM. */ 192 #define IEM_VERIFICATION_MODE_NO_REM193 //#define IEM_VERIFICATION_MODE_NO_REM 193 194 194 195 /** Used to shut up GCC warnings about variables that 'may be used uninitialized' … … 6470 6471 RTAssertMsg2Add("REM: %.*Rhxs\n" 6471 6472 "IEM: %.*Rhxs\n", 6472 pEvtRec->u.RamWrite.cb, abBuf 6473 pEvtRec->u.RamWrite.cb, abBuf, 6473 6474 pEvtRec->u.RamWrite.cb, pEvtRec->u.RamWrite.ab); 6474 6475 iemVerifyAssertAddRecordDump(pEvtRec);
Note:
See TracChangeset
for help on using the changeset viewer.