VirtualBox

Changeset 19287 in vbox for trunk/src


Ignore:
Timestamp:
May 1, 2009 1:07:51 PM (16 years ago)
Author:
vboxsync
Message:

VBox/cdefs.h,REM,CFGM: VMMRZDECL + some cleanup.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGM.cpp

    r18351 r19287  
    141141    }
    142142    else
    143         NOT_DMIK(AssertMsgFailed(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor)));
     143        AssertMsgFailed(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor));
    144144
    145145    return rc;
  • trunk/src/recompiler/target-i386/helper.c

    r18082 r19287  
    14101410{
    14111411#if defined(VBOX) && defined(DEBUG)
    1412     NOT_DMIK(Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend)));
     1412    Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend));
    14131413#endif
    14141414    env->exception_index = intno;
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r18770 r19287  
    16791679{
    16801680#if defined(VBOX) && defined(DEBUG)
    1681     NOT_DMIK(Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend)));
     1681    Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend));
    16821682#endif
    16831683    if (!is_int) {
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