aboutsummaryrefslogtreecommitdiff
path: root/spike_dasm/spike-dasm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'spike_dasm/spike-dasm.cc')
-rw-r--r--spike_dasm/spike-dasm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/spike_dasm/spike-dasm.cc b/spike_dasm/spike-dasm.cc
index 3e42df5..547f044 100644
--- a/spike_dasm/spike-dasm.cc
+++ b/spike_dasm/spike-dasm.cc
@@ -6,9 +6,9 @@
// enclosed hexadecimal number, interpreted as a RISC-V
// instruction.
-#include "config.h"
#include "disasm.h"
#include "extension.h"
+#include "platform.h"
#include <iostream>
#include <string>
#include <cstdint>