2 # Implementation of _exit() for com32 based on c32entry.S
13 movl $__dtors_start, %esi
15 cmpl $__dtors_end, %esi
25 movl 4(%esp),%eax # Exit code in %eax = return value
27 movl (__entry_esp),%esp # Return stack pointer to entry value
28 ret # Return to termination address