aboutsummaryrefslogtreecommitdiff
path: root/riscv/insn_template.cc
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-07-07 15:17:16 -0700
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-07-07 15:17:16 -0700
commit43615c60e7d493d7a9656268dab552eb2246f99f (patch)
tree937685386f8119001f970c990df4821f90e37e94 /riscv/insn_template.cc
parent8a45108918b080fe8f139f000e62b4e50a5185b8 (diff)
downloadspike-43615c60e7d493d7a9656268dab552eb2246f99f.zip
spike-43615c60e7d493d7a9656268dab552eb2246f99f.tar.gz
spike-43615c60e7d493d7a9656268dab552eb2246f99f.tar.bz2
Use precompiled headers to speed up compilation
Diffstat (limited to 'riscv/insn_template.cc')
-rw-r--r--riscv/insn_template.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/riscv/insn_template.cc b/riscv/insn_template.cc
index a901077..d2c0fce 100644
--- a/riscv/insn_template.cc
+++ b/riscv/insn_template.cc
@@ -1,12 +1,6 @@
// See LICENSE for license details.
-#include "processor.h"
-#include "config.h"
-#include "mmu.h"
-#include "softfloat.h"
-#include "platform.h" // softfloat isNaNF32UI, etc.
-#include "internals.h" // ditto
-#include <assert.h>
+#include "insn_template.h"
reg_t rv32_NAME(processor_t* p, insn_t insn, reg_t pc)
{