JitArm64: Fix copy&paste issue

This commit is contained in:
degasus 2015-07-12 09:38:30 +02:00
parent 7196901b40
commit a5c10ded55
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void JitArm64::psq_st(UGeckoInstruction inst)
m_float_emit.ABI_PushRegisters(fprs_in_use, X30);
BLR(EncodeRegTo64(type_reg));
m_float_emit.ABI_PopRegisters(fprs_in_use, X30);
ABI_PushRegisters(gprs_in_use);
ABI_PopRegisters(gprs_in_use);
SetJumpTarget(continue1);
}