Changeset 396 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Jan 28, 2007 1:06:45 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.asm
r354 r396 41 41 BEGINCODE 42 42 43 %ifdef __AMD64__ 43 %ifdef __AMD64__ 44 44 BITS 32 ; switch to 32-bit mode (x86). 45 45 %endif … … 1081 1081 1082 1082 test dword [esp], X86_EFL_NT 1083 jnz 1083 jnz near iret_fault1 1084 1084 1085 1085 test dword [esp+12], X86_EFL_VM 1086 jnz 1086 jnz near iret_fault 1087 1087 1088 1088 ;;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 1094 1094 1095 1095 test dword [esp+12], X86_EFL_IF 1096 jz 1096 jz near iret_clearIF 1097 1097 1098 1098 ; if interrupts are pending, then we must go back to the host context to handle them! … … 1202 1202 DD 0 ; cAddresses 1203 1203 RESB PATCHJUMPTABLE_SIZE ; lookup slots 1204 1204 1205 1205 PATMIretEnd: 1206 1206 ENDPROC PATMIretReplacement
Note:
See TracChangeset
for help on using the changeset viewer.