mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix s64->scm reducer
* module/language/cps/type-fold.scm (s64->scm): Fix reducer.
This commit is contained in:
parent
b0081accb6
commit
a48735f56c
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@
|
|||
|
||||
(define-unary-primcall-reducer (s64->scm cps k src constant arg type min max)
|
||||
(cond
|
||||
((<= max (target-most-positive-fixnum))
|
||||
((<= (target-most-negative-fixnum) min max (target-most-positive-fixnum))
|
||||
(with-cps cps
|
||||
(build-term
|
||||
($continue k src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue