mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
armjit: Fix really bad typo in cvt.w.s.
This commit is contained in:
parent
2d05b6e5e8
commit
c168db5943
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ void Jit::Comp_FPU2op(MIPSOpcode op) {
|
|||
VCVT(fpr.R(fd), fpr.R(fs), TO_INT | IS_SIGNED);
|
||||
SetCC(CC_EQ);
|
||||
VCVT(fpr.R(fd), fpr.R(fs), TO_INT | IS_SIGNED | ROUND_TO_ZERO);
|
||||
SetCC(CC_AL);
|
||||
|
||||
SetJumpTarget(finishCeil1);
|
||||
SetJumpTarget(finishCeil2);
|
||||
|
|
Loading…
Add table
Reference in a new issue