Chez Scheme: unbreak 32-bit build
This commit is contained in:
parent
7a12b4ac93
commit
e40e86ae5a
|
@ -3594,7 +3594,7 @@
|
|||
(define build-double-scale
|
||||
(lambda (e)
|
||||
(constant-case ptr-bits
|
||||
[(32) (%inline sll ,e 1)]
|
||||
[(32) (%inline sll ,e (immediate 1))]
|
||||
[(64) e]
|
||||
[else ($oops 'build-double-scale "unknown ptr-bit size ~s" (constant ptr-bits))])))
|
||||
(define build-unfix
|
||||
|
|
Loading…
Reference in New Issue
Block a user