VirtualBox

Changeset 56984 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jul 18, 2015 10:10:50 PM (9 years ago)
Author:
vboxsync
Message:

VBoxRecompiler.c: formatting fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r56048 r56984  
    11061106            || pVM->rem.s.u32PendingInterrupt != REM_NO_PENDING_IRQ)
    11071107            pVM->rem.s.Env.interrupt_request |= CPU_INTERRUPT_HARD;
    1108         RTLogPrintf("remR3RunLoggingStep: interrupt_request=%#x halted=%d exception_index=%#x\n", rc,
     1108        RTLogPrintf("remR3RunLoggingStep: interrupt_request=%#x halted=%d exception_index=%#x\n",
    11091109                    pVM->rem.s.Env.interrupt_request,
    11101110                    pVM->rem.s.Env.halted,
     
    32133213    Assert(cb);
    32143214    Assert(RT_ALIGN_Z(cb, PAGE_SIZE) == cb);
    3215     AssertMsg(fFlags == REM_NOTIFY_PHYS_RAM_FLAGS_RAM || fFlags == REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2, ("#x\n", fFlags));
     3215    AssertMsg(fFlags == REM_NOTIFY_PHYS_RAM_FLAGS_RAM || fFlags == REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2, ("%#x\n", fFlags));
    32163216
    32173217    /*
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