Changeset 438


Ignore:
Timestamp:
Jul 25, 2003, 3:36:04 PM (22 years ago)
Author:
bird
Message:

Optimized the _DLL_InitTerm calling (no need to push around and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/startup/386/dll0.s

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r437 r438  
    1919        call    ___init_dll
    2020        cld
     21    jmp     _DLL_InitTerm
     22/*   
    2123        pushl   %ebp
    2224        movl    %esp, %ebp
     
    2729        popl    %ebp
    2830        ret
     31*/   
    2932
    3033        .data
Note: See TracChangeset for help on using the changeset viewer.