mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Kill FINAL ifdef entirely.
We've never turned off the disasm pointer and it's probably not worthwhile at this point...
This commit is contained in:
parent
ca4ffb5fd3
commit
ea271dd61d
1 changed files with 0 additions and 7 deletions
|
@ -69,9 +69,7 @@ struct MIPSInstruction {
|
|||
MipsEncoding altEncoding;
|
||||
const char *name;
|
||||
MIPSComp::MIPSCompileFunc compile;
|
||||
#ifndef FINAL
|
||||
MIPSDisFunc disasm;
|
||||
#endif
|
||||
MIPSInterpretFunc interpret;
|
||||
//MIPSInstructionInfo information;
|
||||
MIPSInfo flags;
|
||||
|
@ -80,13 +78,8 @@ struct MIPSInstruction {
|
|||
#define INVALID {Inval}
|
||||
#define INVALID_X_8 INVALID,INVALID,INVALID,INVALID,INVALID,INVALID,INVALID,INVALID
|
||||
|
||||
#ifndef FINAL
|
||||
#define ENCODING(a) {a}
|
||||
#define INSTR(name, comp, dis, inter, flags) {Instruc, name, comp, dis, inter, MIPSInfo(flags)}
|
||||
#else
|
||||
#define ENCODING(a) {a}
|
||||
#define INSTR(name, comp, dis, inter, flags) {Instruc, comp, inter, flags}
|
||||
#endif
|
||||
|
||||
#ifdef ARM
|
||||
#define JITFUNC(f) (&ArmJit::f)
|
||||
|
|
Loading…
Add table
Reference in a new issue