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
..
2018-08-26 21:37:54 -07:00
2018-07-11 14:53:38 -07:00
2018-04-12 21:28:39 +02:00
2018-07-07 00:48:38 +02:00