From 62ec19c1ba005df4ad90610e60875a1bb1b1cc98 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 12 Jun 2022 10:52:33 +0200 Subject: [PATCH] JitArm64: Remove redundant line in the EmitBackpatchRoutine comment All stores clobber X0, so that stores clobber X0 when emitting_routine is true is nothing special. --- Source/Core/Core/PowerPC/JitArm64/Jit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.h b/Source/Core/Core/PowerPC/JitArm64/Jit.h index ad21fe1988c2..75565b771dc8 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.h +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.h @@ -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