Skip to content

Commit 37eaea0

Browse files
authored
Pop arguments after calling _asin (#352)
1 parent dfebccf commit 37eaea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/std/static/acos.src

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ l_1: ld hl,4
3232
l_2: push de
3333
push hl
3434
call _asin
35+
pop bc
36+
pop bc
3537
ld bc,13176795
3638
ld a,63
3739
call __fsub

0 commit comments

Comments
 (0)