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
1 changed files with 1 additions and 1 deletions
|
@ -2128,7 +2128,7 @@ PATTERNS
|
||||||
yields %a
|
yields %a
|
||||||
|
|
||||||
proc cmf4zxx example cmf zeq
|
proc cmf4zxx example cmf zeq
|
||||||
with FREG FREG STACK
|
with FSREG FSREG STACK
|
||||||
uses REG
|
uses REG
|
||||||
gen
|
gen
|
||||||
fcmpo cr0, %2, %1
|
fcmpo cr0, %2, %1
|
||||||
|
|
Loading…
Reference in a new issue