/ sys/emxinit.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes

        .globl  _emx_init
        .globl  _emx_syscall
        .globl  ___init_ret

        .data

L_ret:  .long   0

        .text

_emx_init:
        popl    L_ret
        call    ___init
        add     $4, %esp
        jmp     *L_ret

___init_ret:
        movl    4(%esp), %esp
        jmp     *L_ret

_emx_syscall:
        jmp     _emx_syscall
