From 2f1f9a4fbc7bc45cf277b6a0d8d7d825efdbbb33 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 16 Oct 2013 14:11:18 -0700 Subject: revamp hwacha; now runs in physical mode --- riscv/rocc.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'riscv/rocc.cc') diff --git a/riscv/rocc.cc b/riscv/rocc.cc index 2354f9f..fe221ca 100644 --- a/riscv/rocc.cc +++ b/riscv/rocc.cc @@ -2,12 +2,6 @@ #include "trap.h" #include -union rocc_insn_union_t -{ - rocc_insn_t r; - insn_t i; -}; - #define customX(n) \ static reg_t c##n(processor_t* p, insn_t insn, reg_t pc) \ { \ -- cgit v1.1