fix: probably just a typo
This commit is contained in:
parent
6dc51ef6eb
commit
76d1b91311
|
@ -7,7 +7,7 @@ strhp: ! %o0 = new heap pointer
|
||||||
st %i0, [%o1] ! it'll probably go right, anyway
|
st %i0, [%o1] ! it'll probably go right, anyway
|
||||||
set limhp, %o1
|
set limhp, %o1
|
||||||
ld [%o1], %o2
|
ld [%o1], %o2
|
||||||
cmp %i0, limhp
|
cmp %i0, %o2
|
||||||
blt 1f
|
blt 1f
|
||||||
nop
|
nop
|
||||||
add %i0, 0x400, %i0 ! extra 1K
|
add %i0, 0x400, %i0 ! extra 1K
|
||||||
|
|
Loading…
Reference in a new issue