VirtualBox

Changeset 1286 in vbox


Ignore:
Timestamp:
Mar 7, 2007 5:41:47 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19239
Message:

Fixed bustage (silly vcc80 don't give a shit about macro argument count).

File:
1 edited

Legend:

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

    r1283 r1286  
    192192# ifdef VBOX_WITH_HYBIRD_32BIT_KERNEL
    193193    &vmmR3SwitcherAMD64ToPAE_Def,
    194 # else             
     194# else
    195195    NULL,   //&vmmR3SwitcherAMD64ToPAE_Def,
    196 # endif             
     196# endif
    197197    NULL    //&vmmR3SwitcherAMD64ToAMD64_Def,
    198198#else
     
    12691269                *uSrc.pu16 = 0x80; /* KERNEL64_CS from i386/seg.h */
    12701270#else
    1271                 AssertFatalMsg(("FIX_HC_64BIT_CS not implemented for this host\n"));
     1271                AssertFatalMsgFailed(("FIX_HC_64BIT_CS not implemented for this host\n"));
    12721272#endif
    12731273                break;
     
    30263026        for (i = 0; i < 1000000; i++)
    30273027        {
    3028             CPUMHyperSetCtxCore(pVM, NULL); 
     3028            CPUMHyperSetCtxCore(pVM, NULL);
    30293029
    30303030            CPUMSetHyperESP(pVM, pVM->vmm.s.pbGCStackBottom); /* Clear the stack. */
Note: See TracChangeset for help on using the changeset viewer.

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