Changeset 424 in vbox for trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
- Timestamp:
- Jan 29, 2007 8:05:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
r415 r424 43 43 %ifdef __AMD64__ 44 44 mov r11, rsp ; save the RSP for the iret frame. 45 and rsp, ~15h; align the stack. (do it unconditionally saves some jump mess)45 and rsp, 0fffffffffffffff0h ; align the stack. (do it unconditionally saves some jump mess) 46 46 47 47 ; switch stack? 48 48 %ifdef ASM_CALL64_MSC 49 cmp r8, 0ffffffffffffffffh49 cmp r8, 0ffffffffffffffffh 50 50 je .no_stack_switch 51 51 mov rsp, r8
Note:
See TracChangeset
for help on using the changeset viewer.