dolphin/Source/Core/Core/PowerPC/JitCommon
Lioncash 986d644a01 JitAsmCommon: Make CommonAsmRoutinesBase a struct
This is just used as a means of carting around routines. It's not meant
to directly have functionality embedded within it--this is the job of
the inheriting data structure--so we can just make this a basic struct.

Particularly given all the data members were public to begin with.
2018-05-30 05:22:41 -04:00
..
JitAsmCommon.cpp JitAsmCommon: Add missing sizes to constant arrays 2017-03-20 20:21:41 +00:00
JitAsmCommon.h JitAsmCommon: Make CommonAsmRoutinesBase a struct 2018-05-30 05:22:41 -04:00
JitBase.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
JitBase.h JitBase: Remove use of the JIT global in Dispatch() and JitTrampoline() 2018-03-21 04:41:30 -04:00
JitCache.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
JitCache.h JitCommon: Restructure the profiler calls. 2017-09-02 13:05:58 +02:00