summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-03-17 10:27:35 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-03-17 10:27:35 -0400
commit3e5dec1d1173f9bdb8c64942f2c4cb1a2b7e26bc (patch)
treeca3ebb847b7025b30b752d600aea7b6a98d9c49b /src/tools/unidasm.cpp
parent19936c50a0ebe6a7e09fc36451f291c58e021d47 (diff)
unidasm: Fix build after 2dab71e7e0eb2b0bf35f97090e20e5bab8deddc4
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r--src/tools/unidasm.cpp2
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"