cpu.ppc: fix typo
parent
c9e04cd8f5
commit
fc1bf07a1f
|
@ -500,7 +500,7 @@ M: ppc %epilogue ( n -- )
|
||||||
dst \ t %load-reference
|
dst \ t %load-reference
|
||||||
"end" get resolve-label ; inline
|
"end" get resolve-label ; inline
|
||||||
|
|
||||||
: %boolean ( dst temp cc -- )
|
:: %boolean ( dst temp cc -- )
|
||||||
cc negate-cc order-cc {
|
cc negate-cc order-cc {
|
||||||
{ cc< [ dst temp \ BLT (%boolean) ] }
|
{ cc< [ dst temp \ BLT (%boolean) ] }
|
||||||
{ cc<= [ dst temp \ BLE (%boolean) ] }
|
{ cc<= [ dst temp \ BLE (%boolean) ] }
|
||||||
|
|
Loading…
Reference in New Issue