VirtualBox

Changeset 47657 in vbox for trunk


Ignore:
Timestamp:
Aug 11, 2013 1:36:21 PM (11 years ago)
Author:
vboxsync
Message:

VMM/testcase/tstX86-1: Fix testcase on darwin.x86, the stack must be aligned on a 16 byte boundary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstX86-1A.asm

    r46548 r47657  
    24792479        call    NAME(RTTestISub)
    24802480%else
     2481 %ifdef RT_OS_DARWIN
     2482        sub     esp, 12
     2483        push    %%s_szName
     2484        call    NAME(RTTestISub)
     2485        add     esp, 16
     2486 %else
    24812487        push    %%s_szName
    24822488        call    NAME(RTTestISub)
    24832489        add     esp, 4
     2490 %endif
    24842491%endif
    24852492        jmp     %%done
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