aboutsummaryrefslogtreecommitdiff
path: root/riscv/decode.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-08-06 18:00:30 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-08-08 15:05:52 -0700
commit15daa31a545573b0848a5f2b9d4dee2da4050290 (patch)
treeb37ccba68784ed2116c5eda355339b51ee2ccf25 /riscv/decode.h
parentd36c66176521639f0d30d67b9232e1995c3c3385 (diff)
downloadspike-15daa31a545573b0848a5f2b9d4dee2da4050290.zip
spike-15daa31a545573b0848a5f2b9d4dee2da4050290.tar.gz
spike-15daa31a545573b0848a5f2b9d4dee2da4050290.tar.bz2
Disentangle some header files
Diffstat (limited to 'riscv/decode.h')
-rw-r--r--riscv/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/decode.h b/riscv/decode.h
index 1dfec6e..5f65c27 100644
--- a/riscv/decode.h
+++ b/riscv/decode.h
@@ -8,6 +8,7 @@
#include <string.h>
#include "pcr.h"
#include "config.h"
+#include "common.h"
typedef int int128_t __attribute__((mode(TI)));
typedef unsigned int uint128_t __attribute__((mode(TI)));