mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 02:42:58 +00:00
emit_x64: Make reg_alloc a local variable
reg_alloc contains state that is only valid on a per-block basis, so there is no reason for it to be a member variable.
This commit is contained in: