Changeset 1122 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 1, 2007 10:23:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r1119 r1122 1128 1128 jnz iret_fault1 1129 1129 1130 ; we can't do an iret to v86 code, as we run with CPL=1. The iret will attempt a protected mode iret and will (most likely) fault. 1130 1131 test dword [esp+12], X86_EFL_VM 1131 1132 jnz iret_fault1 1132 ;; enable when V86 works in raw mode1133 ;; jnz iret_notring01134 1133 1135 1134 ;;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note:
See TracChangeset
for help on using the changeset viewer.