From fe513f83ca9af7bb7601cfa4e19d3a9f71f669ed Mon Sep 17 00:00:00 2001 From: SeungRyeol Lee Date: Wed, 28 Oct 2015 15:59:10 +0900 Subject: [PATCH] Fix incorrect upper limit for loop on interactive int register display. --- riscv/interactive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/interactive.cc b/riscv/interactive.cc index 07b2801..8e22c02 100644 --- a/riscv/interactive.cc +++ b/riscv/interactive.cc @@ -216,7 +216,7 @@ void sim_t::interactive_reg(const std::string& cmd, const std::vectorstate.XPR[r]); if ((r + 1) % 4 == 0) fprintf(stderr, "\n"); -- 2.30.2