Implement _Exit(3).
Change-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe
This commit is contained in:
@@ -23,3 +23,6 @@ ENTRY(_exit)
|
||||
move ra, t0
|
||||
.set pop
|
||||
END(_exit)
|
||||
|
||||
.globl _Exit
|
||||
.equ _Exit, _exit
|
||||
|
||||
Reference in New Issue
Block a user