Ignore:
Timestamp:
May 13, 2001, 9:50:33 PM (24 years ago)
Author:
sandervl
Message:

stack alignment fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv32/startup.asm

    r148 r182  
    313313;return value in dx:ax
    314314sblive_stub_idc proc far
     315        enter   0, 0
     316        and     sp, 0fffch
     317
    315318        shl     edx, 16
    316319        mov     dx, bx
     
    321324        xchg    ax, dx
    322325
     326        leave
    323327        retf
    324328sblive_stub_idc endp
Note: See TracChangeset for help on using the changeset viewer.