Changeset 97228 in vbox
- Timestamp:
- Oct 18, 2022 10:58:16 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp
r97183 r97228 2116 2116 #endif 2117 2117 Log8(("Queuing interrupt %#x on %u: %04x:%08RX64 efl=%#x\n", bInterrupt, pVCpu->idCpu, 2118 pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip, pVCpu->cpum.GstCtx.eflags ));2118 pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip, pVCpu->cpum.GstCtx.eflags.u)); 2119 2119 } 2120 2120 else if (rc == VERR_APIC_INTR_MASKED_BY_TPR) /** @todo this isn't extremely efficient if we get a lot of exits... */ … … 2826 2826 2827 2827 LogFlow(("NEM/%u: %04x:%08RX64 efl=%#08RX64 => %Rrc\n", pVCpu->idCpu, pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip, 2828 pVCpu->cpum.GstCtx.rflags , VBOXSTRICTRC_VAL(rcStrict) ));2828 pVCpu->cpum.GstCtx.rflags.u, VBOXSTRICTRC_VAL(rcStrict) )); 2829 2829 return rcStrict; 2830 2830 }
Note:
See TracChangeset
for help on using the changeset viewer.