Fix bignum inline allocator
parent
2438c78c6c
commit
e5a55dafad
|
@ -71,7 +71,7 @@ M: x86 %gc ( -- )
|
||||||
! Allocate a bignum
|
! Allocate a bignum
|
||||||
dst 4 cells bignum bignum temp %allot
|
dst 4 cells bignum bignum temp %allot
|
||||||
! Write length
|
! Write length
|
||||||
dst 1 bignum@ 2 MOV
|
dst 1 bignum@ 2 tag-fixnum MOV
|
||||||
! Test sign
|
! Test sign
|
||||||
src 0 CMP
|
src 0 CMP
|
||||||
"positive" get JGE
|
"positive" get JGE
|
||||||
|
|
Loading…
Reference in New Issue