VirtualBox

Changeset 3015 in vbox for trunk


Ignore:
Timestamp:
Jun 4, 2007 10:04:21 AM (18 years ago)
Author:
vboxsync
Message:

The MSC precompiler messes up the output (/E or /P) if there isn't a space between a macro invocation and the next expression it seems... (GCPTRTYPE() / HCPTRTYPE())

File:
1 edited

Legend:

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

    r2981 r3015  
    367367#ifdef DEBUG
    368368    if (pRegFrame->eflags.Bits.u1VM)
    369         Log(("TRPMForwardTrap-VM: eip=%04X:%04X iGate=%d\n", pRegFrame->cs, pRegFrame->eip, iGate));   
     369        Log(("TRPMForwardTrap-VM: eip=%04X:%04X iGate=%d\n", pRegFrame->cs, pRegFrame->eip, iGate));
    370370    else
    371371        Log(("TRPMForwardTrap: eip=%04X:%VGv iGate=%d\n", pRegFrame->cs, pRegFrame->eip, iGate));
     
    478478        {
    479479            RTGCPTR   pHandler, dummy;
    480             GCPTRTYPE(uint32_t *)pTrapStackGC;
     480            GCPTRTYPE(uint32_t *) pTrapStackGC;
    481481#ifndef IN_GC
    482             HCPTRTYPE(uint32_t *)pTrapStackHC;
     482            HCPTRTYPE(uint32_t *) pTrapStackHC;
    483483#endif
    484484
     
    490490            /* Note: don't use current eflags as we might be in V86 mode and the IDT always contains protected mode selectors */
    491491            X86EFLAGS fakeflags;
    492             fakeflags.u32 = 0;   
     492            fakeflags.u32 = 0;
    493493
    494494            rc = SELMValidateAndConvertCSAddr(pVM, fakeflags, 0, GuestIdte.Gen.u16SegSel, NULL, pHandler, &dummy);
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