Remove a useless function call.

This commit is contained in:
Unknown W. Brackets 2015-01-19 09:10:04 -08:00
parent a8eba307c3
commit dfcfad5d52

View file

@ -962,7 +962,6 @@ void MIPSDisAsm(MIPSOpcode op, u32 pc, char *out, bool tabsToSpaces) {
}
} else {
strcpy(out, "no instruction :(");
MIPSGetInstruction(op);
}
}
}