Skip to content

Commit

Permalink
JitArm64: Remove redundant line in the EmitBackpatchRoutine comment
Browse files Browse the repository at this point in the history
All stores clobber X0, so that stores clobber X0 when emitting_routine
is true is nothing special.
  • Loading branch information
JosJuice committed Jun 12, 2022
1 parent 75e897c commit 62ec19c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/JitArm64/Jit.h
Expand Up @@ -249,7 +249,6 @@ class JitArm64 : public JitBase, public Arm64Gen::ARM64CodeBlock, public CommonA
// Additional scratch registers are used in the following situations:
//
// emitting_routine && mode == Auto: X2
// emitting_routine && mode == Auto && (flags & BackPatchInfo::FLAG_STORE): X0
// emitting_routine && mode == Auto && !(flags & BackPatchInfo::FLAG_STORE): X3
// emitting_routine && mode != AlwaysSafe && !jo.fastmem_arena: X3
// mode != AlwaysSafe && !jo.fastmem_arena: X2
Expand Down

0 comments on commit 62ec19c

Please sign in to comment.