mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
7a2d98b948
With this, JitAsm code doesn't have any reliance on the JIT global variable. This means the core JIT64 code no longer relies on said global at all. The Jit64 common code, however, still has some offenders. Notably, EmuCodeBlock and Jit64AsmCommon are the remaining places in the common code that make use of the global variable.