Added crash function
This commit is contained in:
parent
06f3af256b
commit
9726f1d832
8 changed files with 19 additions and 27 deletions
|
@ -5,4 +5,8 @@ init() {
|
|||
|
||||
exit() {
|
||||
syscall(0x2000001, 0)
|
||||
}
|
||||
|
||||
crash() {
|
||||
syscall(0x2000001, 1)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue