|
@@ -61,7 +61,7 @@ _start:
|
|
.globl _haltproc
|
|
.globl _haltproc
|
|
.type _haltproc,@function
|
|
.type _haltproc,@function
|
|
_haltproc:
|
|
_haltproc:
|
|
- mov 1, %g1 /* "exit" system call */
|
|
|
|
|
|
+ mov 188, %g1 /* "exit_group" system call */
|
|
ta 0x10 /* dot the system call */
|
|
ta 0x10 /* dot the system call */
|
|
nop /* delay slot */
|
|
nop /* delay slot */
|
|
/* Die very horribly if exit returns. */
|
|
/* Die very horribly if exit returns. */
|