mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove a useless function call.
This commit is contained in:
parent
a8eba307c3
commit
dfcfad5d52
1 changed files with 0 additions and 1 deletions
|
@ -962,7 +962,6 @@ void MIPSDisAsm(MIPSOpcode op, u32 pc, char *out, bool tabsToSpaces) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
strcpy(out, "no instruction :(");
|
strcpy(out, "no instruction :(");
|
||||||
MIPSGetInstruction(op);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue