Return an error to gdb when memory reads fail. (#71)
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 279fbde8130e17656bf7a29a18e5ba2a23a17831..552187ab19d077a833c416aaf41c8638140b480f 100644 (file)
@@ -7,7 +7,6 @@ riscv_subproject_deps = \
 riscv_install_prog_srcs = \
 
 riscv_hdrs = \
-       htif.h \
        common.h \
        decode.h \
        devices.h \
@@ -31,7 +30,6 @@ riscv_precompiled_hdrs = \
        insn_template.h \
 
 riscv_srcs = \
-       htif.cc \
        processor.cc \
        execute.cc \
        sim.cc \
@@ -134,6 +132,7 @@ riscv_insn_list = \
        divu \
        divuw \
        divw \
+       dret \
        ebreak \
        ecall \
        fadd_d \