dolphin/Source/Core/Core/PowerPC/JitCommon
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
..
JitAsmCommon.cpp
JitAsmCommon.h
JitBase.cpp PowerPC/Jit: Create fastmem arena on init. 2019-12-28 13:41:57 +01:00
JitBase.h PowerPC/Jit: Create fastmem arena on init. 2019-12-28 13:41:57 +01:00
JitCache.cpp
JitCache.h Jit: fix warning -Winvalid-offsetof 2020-05-04 18:26:56 +02:00