Changeset 4059 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 7, 2007 10:15:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r4058 r4059 740 740 ; In this particular patch it's rather unlikely the pushf was included, so we have no way to check if the flags on the stack were correctly synched 741 741 ; PATMPopf32Replacement_NoExit is different, because it's only used in IDT and function patches 742 or dword [ss:PATM_VMFLAGS], X86_EFL_IF 742 743 743 744 ; if interrupts are pending, then we must go back to the host context to handle them! … … 777 778 DD PATMPopf32End - PATMPopf32Start 778 779 %ifdef PATM_LOG_PATCHINSTR 780 DD 12 781 %else 779 782 DD 11 780 %else781 DD 10782 783 %endif 783 784 DD PATM_INTERRUPTFLAG … … 788 789 %endif 789 790 DD PATM_INTERRUPTFLAG 791 DD 0 792 DD PATM_VMFLAGS 790 793 DD 0 791 794 DD PATM_VM_FORCEDACTIONS
Note:
See TracChangeset
for help on using the changeset viewer.