JosJuice 9ab2751229 JitArm64: Check GPRs/FPRs to push inside EmitBackpatchRoutine
Preparation for the next commit, which will make EmitBackpatchRoutine
allocate registers on its own. Because the register allocation will
change during the call to EmitBackpatchRoutine, the set of GPRs/FPRs to
push can't be computed prior to the call, so let's compute them during
the call instead.
2024-12-28 20:59:46 +01:00
..