Goodbye PowerPC, you can always be resurrected when the time comes

This commit is contained in:
Henrik Rydgard
2014-12-16 21:58:38 +01:00
parent 6643849a7f
commit a54e0cf244
22 changed files with 7 additions and 6667 deletions
+2 -2
View File
@@ -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;