source: trunk/minix/lib/syscall/_exit.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 74 bytes
Line 
1.sect .text
2.extern ___exit
3.define __exit
4.align 2
5
6__exit:
7 jmp ___exit
Note: See TracBrowser for help on using the repository browser.