aboutsummaryrefslogtreecommitdiff
path: root/riscv/debug_module.cc
diff options
context:
space:
mode:
authorElmar Melcher <elmar@dsc.ufcg.edu.br>2021-07-02 11:03:27 -0300
committeremelcher <elmar@dsc.ufcg.edu.br>2021-08-03 10:19:27 -0300
commite30c9c90efa415a493ba2984a777bf53d1b8cbca (patch)
tree4c74267beaa9686e6d8ddadc0252c8372584184b /riscv/debug_module.cc
parente767bde210940b0a92e0f4c034c872759005ba5b (diff)
downloadspike-e30c9c90efa415a493ba2984a777bf53d1b8cbca.zip
spike-e30c9c90efa415a493ba2984a777bf53d1b8cbca.tar.gz
spike-e30c9c90efa415a493ba2984a777bf53d1b8cbca.tar.bz2
declare socket properties in sim_t
Diffstat (limited to 'riscv/debug_module.cc')
-rw-r--r--riscv/debug_module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/debug_module.cc b/riscv/debug_module.cc
index 920166c..0a0bf1f 100644
--- a/riscv/debug_module.cc
+++ b/riscv/debug_module.cc
@@ -1,10 +1,10 @@
#include <cassert>
+#include "sim.h"
#include "debug_module.h"
#include "debug_defines.h"
#include "opcodes.h"
#include "mmu.h"
-#include "sim.h"
#include "debug_rom/debug_rom.h"
#include "debug_rom_defines.h"