mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
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:
@ -249,7 +249,6 @@ protected:
|
|||||||
// Additional scratch registers are used in the following situations:
|
// Additional scratch registers are used in the following situations:
|
||||||
//
|
//
|
||||||
// emitting_routine && mode == Auto: X2
|
// 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 == Auto && !(flags & BackPatchInfo::FLAG_STORE): X3
|
||||||
// emitting_routine && mode != AlwaysSafe && !jo.fastmem_arena: X3
|
// emitting_routine && mode != AlwaysSafe && !jo.fastmem_arena: X3
|
||||||
// mode != AlwaysSafe && !jo.fastmem_arena: X2
|
// mode != AlwaysSafe && !jo.fastmem_arena: X2
|
||||||
|
Reference in New Issue
Block a user