Changeset 1331 in vbox for trunk/src/VBox/VMM/PATM/PATMA.asm
- Timestamp:
- Mar 8, 2007 1:11:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1324 r1331 1130 1130 ; 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 1131 test dword [esp+12], X86_EFL_VM 1132 jnz iret_return_to_v86 1132 jnz iret_fault1 1133 ;; jnz iret_return_to_v86 1133 1134 1134 1135 ;;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note:
See TracChangeset
for help on using the changeset viewer.