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:55:09 +04:00
2020-05-03 20:48:30 +04:00
2020-03-30 17:46:50 +04:00
2020-05-03 20:48:30 +04:00
2020-05-03 20:55:09 +04:00
2020-05-03 20:48:30 +04:00
2018-10-29 23:00:51 +01:00
2019-07-18 22:29:04 +02:00