Changeset View
Changeset View
Standalone View
Standalone View
head/emulators/riscv-isa-sim/files/patch-riscv_riscv.mk.in
Property | Old Value | New Value |
---|---|---|
fbsd:nokeywords | null | yes \ No newline at end of property |
svn:eol-style | null | native \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
--- riscv/riscv.mk.in.orig 2016-08-01 15:40:47 UTC | |||||
+++ riscv/riscv.mk.in | |||||
@@ -21,13 +21,13 @@ riscv_hdrs = \ | |||||
tracer.h \ | |||||
extension.h \ | |||||
rocc.h \ | |||||
- insn_template.h \ | |||||
+ insn_template.hpp \ | |||||
mulhi.h \ | |||||
gdbserver.h \ | |||||
debug_module.h \ | |||||
riscv_precompiled_hdrs = \ | |||||
- insn_template.h \ | |||||
+ insn_template.hpp \ | |||||
riscv_srcs = \ | |||||
processor.cc \ |