From 3e5dec1d1173f9bdb8c64942f2c4cb1a2b7e26bc Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 17 Mar 2022 10:27:35 -0400 Subject: [PATCH] unidasm: Fix build after 2dab71e7e0eb2b0bf35f97090e20e5bab8deddc4 --- src/tools/unidasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"