Fixed error which sometimes caused core dumps
This commit is contained in:
parent
6fc94eb375
commit
b371972acf
|
@ -31,7 +31,7 @@ begtext:
|
||||||
set -0x100000, %g4 ! should be a few M
|
set -0x100000, %g4 ! should be a few M
|
||||||
clr %l1
|
clr %l1
|
||||||
mov %sp, %l0
|
mov %sp, %l0
|
||||||
sub %sp, %g4, %sp
|
add %sp, %g4, %sp
|
||||||
dec 12, %l0
|
dec 12, %l0
|
||||||
! enable divide by 0 trap and improper
|
! enable divide by 0 trap and improper
|
||||||
! trap
|
! trap
|
||||||
|
|
Loading…
Reference in a new issue