X-Git-Url: https://git.libre-soc.org/?p=riscv-isa-sim.git;a=blobdiff_plain;f=riscv%2Fexecute.cc;h=41425d9f41ac2d9d72b577f442b0e6be620ff77a;hp=303effee84ae4f9c3851c5ec0788683fbe007d95;hb=c471f5d84e2fc27e3eb4c2997635d3f2c83d7818;hpb=8969a855132a27769dd6399566dc86ac32b26e76 diff --git a/riscv/execute.cc b/riscv/execute.cc index 303effe..41425d9 100644 --- a/riscv/execute.cc +++ b/riscv/execute.cc @@ -154,7 +154,7 @@ void processor_t::step(size_t n) // This figures out where to jump to in the switch statement size_t idx = _mmu->icache_index(pc); - // This gets the cached decoded instruction form the MMU. If the MMU + // This gets the cached decoded instruction from the MMU. If the MMU // does not have the current pc cached, it will refill the MMU and // return the correct entry. ic_entry->data.func is the C++ function // corresponding to the instruction.