Changeset 1336 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Mar 8, 2007 4:58:22 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1334 r1336 1128 1128 jnz iret_fault1 1129 1129 1130 test dword [esp+12], X86_EFL_IF 1131 jz iret_clearIF 1132 1130 1133 ; we can't do an iret to v86 code, as we run with CPL=1. The iret would attempt a protected mode iret and (most likely) fault. 1131 1134 test dword [esp+12], X86_EFL_VM … … 1138 1141 test dword [esp+8], 2 1139 1142 jnz iret_notring0 1140 1141 test dword [esp+12], X86_EFL_IF1142 jz iret_clearIF1143 1143 1144 1144 ; force ring 1 CS RPL
Note:
See TracChangeset
for help on using the changeset viewer.