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.
This commit is contained in:
JosJuice 2022-06-12 10:52:33 +02:00
parent 75e897c40e
commit 62ec19c1ba
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ protected:
// 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