diff options
author | 2022-03-17 10:27:35 -0400 | |
---|---|---|
committer | 2022-03-17 10:27:35 -0400 | |
commit | 3e5dec1d1173f9bdb8c64942f2c4cb1a2b7e26bc (patch) | |
tree | ca3ebb847b7025b30b752d600aea7b6a98d9c49b /src/tools/unidasm.cpp | |
parent | 19936c50a0ebe6a7e09fc36451f291c58e021d47 (diff) |
unidasm: Fix build after 2dab71e7e0eb2b0bf35f97090e20e5bab8deddc4
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 4eddb4e733c..50a79525587 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -28,7 +28,7 @@ using util::BIT; #include "cpu/arm7/arm7dasm.h" #include "cpu/asap/asapdasm.h" #include "cpu/avr8/avr8dasm.h" -#include "cpu/b5000/b5000.h" +#include "cpu/b5000/b5000d.h" #include "cpu/bcp/bcpdasm.h" #include "cpu/capricorn/capricorn_dasm.h" #include "cpu/ccpu/ccpudasm.h" |