aboutsummaryrefslogtreecommitdiff
path: root/spike_dasm/spike-dasm.cc
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2024-09-14 05:05:43 -0700
committerGitHub <noreply@github.com>2024-09-14 05:05:43 -0700
commit0cc5ecce053c6dfa44e4a865d2838fc8d7d771dc (patch)
treec917f03c309a40f6cdbb605623e77748eb1bcef7 /spike_dasm/spike-dasm.cc
parent2e816f23cba244abe9201ba22dc2b4a891e63264 (diff)
parentc187be0a1e5a1bbaee1f601001fa16570abb6bab (diff)
downloadriscv-isa-sim-0cc5ecce053c6dfa44e4a865d2838fc8d7d771dc.zip
riscv-isa-sim-0cc5ecce053c6dfa44e4a865d2838fc8d7d771dc.tar.gz
riscv-isa-sim-0cc5ecce053c6dfa44e4a865d2838fc8d7d771dc.tar.bz2
Merge pull request #1807 from riscv-software-src/remove-compile-flags
Remove --with-isa/priv compile flags
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>