Skip to content

Commit

Permalink
Merge pull request #2397 from Sonicadvance1/aarch64_disable_psq_l
Browse files Browse the repository at this point in the history
[AArch64] Disable psq_l.
  • Loading branch information
Sonicadvance1 committed May 11, 2015
2 parents 1672662 + 2d47a15 commit 0533ecd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void JitArm64::psq_l(UGeckoInstruction inst)
INSTRUCTION_START
JITDISABLE(bJITLoadStorePairedOff);
FALLBACK_IF(jo.memcheck || !jo.fastmem);
FALLBACK_IF(true);

// X30 is LR
// X0 contains the scale
Expand Down

0 comments on commit 0533ecd

Please sign in to comment.