VirtualBox

Changeset 1232 in vbox


Ignore:
Timestamp:
Mar 5, 2007 4:47:35 PM (18 years ago)
Author:
vboxsync
Message:

align the stack correctly (Darwin).

File:
1 edited

Legend:

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

    r727 r1232  
    7171    mov     ecx, [esp + 0ch]            ; pvArg
    7272    mov     eax, [esp + 08h]            ; pfn
    73     push    ecx
     73    sub     esp, 12                     ; align the stack on a 16-byte boundrary.
     74    mov     [esp], ecx
    7475    call    eax
    75     add     esp, 4
     76    add     esp, 12
    7677    mov     edx, [esp + 4h]             ; pJmpBuf
    7778    and     dword [edx + VMMR0JMPBUF.eip], byte 0 ; used for valid check.
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