aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscv/processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/processor.cc b/riscv/processor.cc
index 3d8ad78..08d5854 100644
--- a/riscv/processor.cc
+++ b/riscv/processor.cc
@@ -146,7 +146,7 @@ void processor_t::set_histogram(bool value)
#ifndef RISCV_ENABLE_HISTOGRAM
if (value) {
fprintf(stderr, "PC Histogram support has not been properly enabled;");
- fprintf(stderr, " please re-build the riscv-isa-run project using \"configure --enable-histogram\".\n");
+ fprintf(stderr, " please re-build the riscv-isa-sim project using \"configure --enable-histogram\".\n");
}
#endif
}