From dfcfad5d52a257ae047cd6ee975bd3b97fdf7dd7 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Mon, 19 Jan 2015 09:10:04 -0800 Subject: [PATCH] Remove a useless function call. --- Core/MIPS/MIPSTables.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/MIPS/MIPSTables.cpp b/Core/MIPS/MIPSTables.cpp index 1d6ee86f55..b79b7ee537 100644 --- a/Core/MIPS/MIPSTables.cpp +++ b/Core/MIPS/MIPSTables.cpp @@ -962,7 +962,6 @@ void MIPSDisAsm(MIPSOpcode op, u32 pc, char *out, bool tabsToSpaces) { } } else { strcpy(out, "no instruction :("); - MIPSGetInstruction(op); } } }