mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Goodbye PowerPC, you can always be resurrected when the time comes
This commit is contained in:
@@ -94,8 +94,8 @@ struct MIPSInstruction {
|
||||
#define JITFUNC(f) (&Jit::f)
|
||||
#elif defined(MIPS)
|
||||
#define JITFUNC(f) (&Jit::f)
|
||||
#elif defined(PPC)
|
||||
#define JITFUNC(f) (&Jit::f)
|
||||
#else
|
||||
#error Unknown architecture
|
||||
#endif
|
||||
|
||||
using namespace MIPSDis;
|
||||
|
||||
Reference in New Issue
Block a user