aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif.cc
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2021-06-02 20:14:39 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2021-06-04 02:06:02 -0700
commit57e88c7e9ccc33757020122d2d7b20fe0b7c898c (patch)
tree6dcab142af4261c9fd73e11337f28c475ed1a4cd /fesvr/htif.cc
parent3dc70c4bc7d5951f652e9fef50493d5346d5c799 (diff)
downloadspike-57e88c7e9ccc33757020122d2d7b20fe0b7c898c.zip
spike-57e88c7e9ccc33757020122d2d7b20fe0b7c898c.tar.gz
spike-57e88c7e9ccc33757020122d2d7b20fe0b7c898c.tar.bz2
encoding: udpate and move platform-related define out
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'fesvr/htif.cc')
-rw-r--r--fesvr/htif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/htif.cc b/fesvr/htif.cc
index 4f34cec..1a9d0fc 100644
--- a/fesvr/htif.cc
+++ b/fesvr/htif.cc
@@ -3,7 +3,7 @@
#include "htif.h"
#include "rfb.h"
#include "elfloader.h"
-#include "encoding.h"
+#include "platform.h"
#include "byteorder.h"
#include <algorithm>
#include <assert.h>