no really, update ppc for argument order changes
parent
3003b9e5d0
commit
f166797dd4
|
@ -555,11 +555,11 @@ M:: ppc %compare-float-unordered ( dst src1 src2 cc temp -- )
|
||||||
} case ;
|
} case ;
|
||||||
|
|
||||||
M:: ppc %compare-branch ( label src1 src2 cc -- )
|
M:: ppc %compare-branch ( label src1 src2 cc -- )
|
||||||
src1 src2 (%compare) %branch
|
src1 src2 (%compare)
|
||||||
label cc %branch ;
|
label cc %branch ;
|
||||||
|
|
||||||
M:: ppc %compare-imm-branch ( label src1 src2 cc -- )
|
M:: ppc %compare-imm-branch ( label src1 src2 cc -- )
|
||||||
src1 src2 (%compare) %branch
|
src1 src2 (%compare)
|
||||||
label cc %branch ;
|
label cc %branch ;
|
||||||
|
|
||||||
:: (%branch) ( label branch1 branch2 -- )
|
:: (%branch) ( label branch1 branch2 -- )
|
||||||
|
|
Loading…
Reference in New Issue