aboutsummaryrefslogtreecommitdiff
path: root/fesvr
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-04-07 09:47:01 -0700
committerAndrew Waterman <andrew@sifive.com>2022-04-07 09:50:54 -0700
commite52327deeefb29908a822a9eb2f6fc5c87e968af (patch)
tree8a390b8ebe8383296e92c862d689364229599b8c /fesvr
parent1767a27ad4cf8f9eb1a30d9d9a2495477071339f (diff)
downloadriscv-isa-sim-e52327deeefb29908a822a9eb2f6fc5c87e968af.zip
riscv-isa-sim-e52327deeefb29908a822a9eb2f6fc5c87e968af.tar.gz
riscv-isa-sim-e52327deeefb29908a822a9eb2f6fc5c87e968af.tar.bz2
Fix build of dtm.cc on RISC-V targets
We don't actually need encoding.h, so don't include it.
Diffstat (limited to 'fesvr')
-rw-r--r--fesvr/dtm.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/fesvr/dtm.cc b/fesvr/dtm.cc
index 418ac63..b5de14c 100644
--- a/fesvr/dtm.cc
+++ b/fesvr/dtm.cc
@@ -1,6 +1,5 @@
#include "dtm.h"
#include "debug_defines.h"
-#include "encoding.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>