Changeset 400 in vbox for trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
- Timestamp:
- Jan 28, 2007 3:21:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
r399 r400 64 64 pushfd ; RFLAGS 65 65 and dword [rsp], ~X86_EFL_IF 66 push cs ; CS 66 mov ax, cs 67 push rax ; CS 67 68 mov rax, .return ; RIP 68 69 push rax
Note:
See TracChangeset
for help on using the changeset viewer.