Jun Su bb75050f68 Jit: fix warning -Winvalid-offsetof
Remove the warning:
warning: offsetof within non-standard-layout type ‘JitBlock’ is conditionally-supported
JitBlock contains non-trival types now. Split the fields with trival
types that needs to be access from JIT code into JitBlockData structure.
2020-05-04 18:26:56 +02:00
..
2020-05-03 20:48:30 +04:00
2020-05-04 18:26:56 +02:00
2020-04-29 12:56:52 +02:00
2020-04-29 12:56:52 +02:00
2019-05-08 23:59:04 +02:00