2 * Implementation of _exit() for com32 based on c32entry.S
9 /* Just fall through to _exit */
13 .type _exit, @function
19 /* Run any destructors */
20 movl $__dtors_start, %esi
22 cmpl $__dtors_end, %esi
32 movl 4(%esp),%eax # Exit code in %eax = return value
34 movl (__entry_esp),%esp # Return stack pointer to entry value
35 ret # Return to termination address