Changeset 56984 in vbox for trunk/src/recompiler
- Timestamp:
- Jul 18, 2015 10:10:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r56048 r56984 1106 1106 || pVM->rem.s.u32PendingInterrupt != REM_NO_PENDING_IRQ) 1107 1107 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", 1109 1109 pVM->rem.s.Env.interrupt_request, 1110 1110 pVM->rem.s.Env.halted, … … 3213 3213 Assert(cb); 3214 3214 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)); 3216 3216 3217 3217 /*
Note:
See TracChangeset
for help on using the changeset viewer.