Implement _Exit(3).

Change-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe
This commit is contained in:
Elliott Hughes
2014-04-08 17:14:01 -07:00
parent ac70d2e1fe
commit 9f525644df
10 changed files with 49 additions and 2 deletions

View File

@@ -23,3 +23,6 @@ ENTRY(_exit)
move ra, t0
.set pop
END(_exit)
.globl _Exit
.equ _Exit, _exit