VirtualBox

Ignore:
Timestamp:
Feb 23, 2011 5:42:02 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70186
Message:

step+logging: interrupt fix.

File:
1 edited

Legend:

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

    r36056 r36066  
    11301130        pVM->rem.s.Env.interrupt_request = CPU_INTERRUPT_SINGLE_INSTR;
    11311131#endif
    1132         if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC))
     1132        if (   VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC)
     1133            || pVM->rem.s.u32PendingInterrupt != REM_NO_PENDING_IRQ)
    11331134            pVM->rem.s.Env.interrupt_request |= CPU_INTERRUPT_HARD;
    11341135        RTLogPrintf("remR3RunLoggingStep: interrupt_request=%#x halted=%d exception_index=%#x\n", rc,
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