From: Tim Newsome Date: Mon, 9 May 2016 21:43:12 +0000 (-0700) Subject: Remove already-implemented TODO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b2c9df0b3db0d504ef2fb2a68f18f91cfcc5966;p=riscv-isa-sim.git Remove already-implemented TODO. --- diff --git a/riscv/processor.cc b/riscv/processor.cc index 87e509d..25b6144 100644 --- a/riscv/processor.cc +++ b/riscv/processor.cc @@ -380,7 +380,6 @@ void processor_t::set_csr(int which, reg_t val) case CSR_MCAUSE: state.mcause = val; break; case CSR_MBADADDR: state.mbadaddr = val; break; case CSR_DCSR: - // TODO: Use get_field style state.dcsr.prv = get_field(val, DCSR_PRV); state.dcsr.step = get_field(val, DCSR_STEP); // TODO: ndreset and fullreset