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: Add missing sizes to constant arrays 2017-03-20 20:21:41 +00:00
JitAsmCommon.h Jit64: Make DoubleToSingle a common asm routine 2019-05-25 23:07:50 +01:00
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 SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
JitCache.h Jit: fix warning -Winvalid-offsetof 2020-05-04 18:26:56 +02:00