dolphin/Source/Core/Core/PowerPC/CachedInterpreter
Lioncash e81408588f JitCommon/JitCache: Make JitBlock's checkedEntry and normalEntry members non-const pointers
In both cases of the x64 and AArch64 JITs, these would have const casted
away from them, followed by them being placed within an emitter and
having breakpoint instructions written in them.

In this case, we shouldn't be using const period if we're writing to the
emitted data.
2018-08-27 10:23:22 -04:00
..
CachedInterpreter.cpp JitCommon/JitCache: Make JitBlock's checkedEntry and normalEntry members non-const pointers 2018-08-27 10:23:22 -04:00
CachedInterpreter.h JitCommon/JitCache: Make JitBlock's checkedEntry and normalEntry members non-const pointers 2018-08-27 10:23:22 -04:00
InterpreterBlockCache.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
InterpreterBlockCache.h JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00