VirtualBox

Changeset 36798 in vbox


Ignore:
Timestamp:
Apr 21, 2011 3:58:16 PM (14 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r36795 r36798  
    4545*   Header Files                                                               *
    4646*******************************************************************************/
     47//#define RT_STRICT
    4748#define LOG_GROUP   LOG_GROUP_EM /** @todo add log group */
    4849#include <VBox/vmm/iem.h>
     
    190191/** Temporary hack to disable the double execution.  Will be removed in favor
    191192 * of a dedicated execution mode in EM. */
    192 #define IEM_VERIFICATION_MODE_NO_REM
     193//#define IEM_VERIFICATION_MODE_NO_REM
    193194
    194195/** Used to shut up GCC warnings about variables that 'may be used uninitialized'
     
    64706471            RTAssertMsg2Add("REM: %.*Rhxs\n"
    64716472                            "IEM: %.*Rhxs\n",
    6472                             pEvtRec->u.RamWrite.cb, abBuf
     6473                            pEvtRec->u.RamWrite.cb, abBuf,
    64736474                            pEvtRec->u.RamWrite.cb, pEvtRec->u.RamWrite.ab);
    64746475            iemVerifyAssertAddRecordDump(pEvtRec);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette