mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
ppcdisasm: remove unused function.
This commit is contained in:
parent
8671517a08
commit
5b2369458e
@ -230,11 +230,6 @@ void fmt_threeop_flt(string& buf, const char* opc, int dst, int src1, int src2)
|
||||
buf = my_sprintf("%-8sf%d, f%d, f%d", opc, dst, src1, src2);
|
||||
}
|
||||
|
||||
void fmt_fourop(string& buf, const char* opc, int dst, int src1, int src2, int src3)
|
||||
{
|
||||
buf = my_sprintf("%-8sr%d, r%d, %d, %d", opc, dst, src1, src2, src3);
|
||||
}
|
||||
|
||||
void fmt_fourop_flt(string& buf, const char* opc, int dst, int src1, int src2, int src3)
|
||||
{
|
||||
buf = my_sprintf("%-8sf%d, f%d, f%d, f%d", opc, dst, src1, src2, src3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user