Fix comparison of 4-byte floats.
I broke it in f64b7d8
. My stack pattern had the wrong type of
registers. The comparison popped too many bytes and corrupted the
stack.
This commit is contained in:
parent
736c45453c
commit
23c365c939
|
@ -2128,7 +2128,7 @@ PATTERNS
|
|||
yields %a
|
||||
|
||||
proc cmf4zxx example cmf zeq
|
||||
with FREG FREG STACK
|
||||
with FSREG FSREG STACK
|
||||
uses REG
|
||||
gen
|
||||
fcmpo cr0, %2, %1
|
||||
|
|
Loading…
Reference in a new issue