diff options
author | 2018-11-06 17:20:10 +0700 | |
---|---|---|
committer | 2018-11-06 17:21:01 +0700 | |
commit | 9df6cfe0870923fe2054ebe8e8f6ef081736831d (patch) | |
tree | 2984f4d12f2abbd09299c5465fa0dc4a2ad1a6d8 /src/tools/unidasm.cpp | |
parent | d2fe91f89c1daf5e0c8be41eea134f6cd560e3c3 (diff) |
r3000: call it like it is (nw)
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r-- | src/tools/unidasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index 1548763530e..23da7bb1669 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -92,7 +92,7 @@ using util::BIT; #include "cpu/melps4/melps4d.h" #include "cpu/minx/minxd.h" #include "cpu/mips/mips3dsm.h" -#include "cpu/mips/r3kdasm.h" +#include "cpu/mips/mips1dsm.h" #include "cpu/mn10200/mn102dis.h" #include "cpu/nanoprocessor/nanoprocessor_dasm.h" #include "cpu/nec/necdasm.h" |