VirtualBox

Ignore:
Timestamp:
Jan 29, 2007 8:05:32 PM (18 years ago)
Author:
vboxsync
Message:

Not ~15h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm

    r415 r424  
    4343%ifdef __AMD64__
    4444    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)
    4646
    4747    ; switch stack?
    4848 %ifdef ASM_CALL64_MSC
    49     cmp     r8, 0ffffffffffffffffh
     49    cmp     r8,  0ffffffffffffffffh
    5050    je      .no_stack_switch
    5151    mov     rsp, r8
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette