Changeset 407


Ignore:
Timestamp:
Jul 18, 2003, 8:23:01 PM (22 years ago)
Author:
bird
Message:

#565: Corrected _DLL_InitTerm to _System.

Location:
trunk/src/emx/src/lib/startup
Files:
2 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r406 r407  
    2323        pushl   12(%ebp)
    2424        pushl   8(%ebp)
    25         call    __DLL_InitTerm
     25        call    _DLL_InitTerm
    2626        addl    $8, %esp
    2727        popl    %ebp
  • trunk/src/emx/src/lib/startup/dllinit.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r406 r407  
    66void __ctordtorTerm (void);
    77
    8 unsigned long _DLL_InitTerm (unsigned long mod_handle, unsigned long flag)
     8unsigned long _System _DLL_InitTerm (unsigned long mod_handle, unsigned long flag)
    99{
    1010  switch (flag)
Note: See TracChangeset for help on using the changeset viewer.