__exit X
1: / _exit(status); 2: 3: .globl __exit 4: 5: __exit: 6: mov r5,-(sp) 7: mov sp,r5 8: mov 4(r5),r0 9: sys exit 10: /*NOTREACHED*/