mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Fix baseline miscompilation of <
* module/language/tree-il/compile-bytecode.scm: Fix < miscompilation.
This commit is contained in:
parent
f168a66871
commit
c0a27de50d
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
|||
(emit-jne asm kf)))
|
||||
(< #:nargs 2 #:predicate? #t #:emit (lambda (asm a b kf)
|
||||
(emit-<? asm a b)
|
||||
(emit-jl asm kf)))
|
||||
(emit-jnl asm kf)))
|
||||
(<= #:nargs 2 #:predicate? #t #:emit (lambda (asm a b kf)
|
||||
(emit-<? asm b a)
|
||||
(emit-jnge asm kf)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue