JosJuice 1b7bd32ac1 JitArm64: Correctly flush non-dirty immediates
Without this change, non-dirty immediates don't actually get flushed.
This can be a problem if we for instance are flushing all registers in
order to execute an interpreter fallback. If that interpreter fallback
writes to a register that contained a non-dirty immediate, the JIT will
keep using the old value instead of loading the updated value.
2023-11-05 09:15:08 +01:00
..
2023-10-31 19:43:49 +01:00
2022-09-30 11:07:41 +00:00
2023-05-16 20:21:36 -07:00
2023-10-02 17:28:23 -04:00