diff --git a/nemu/1 b/nemu/1 index 6e15009..ce5e639 100644 --- a/nemu/1 +++ b/nemu/1 @@ -167,9 +167,9 @@ If it is the second case, remember: 0x80000068: 02 f7 66 33 rem a2, a4, a5 [INFO] src/cpu/cpu-exec.c:125 cpu_exec() nemu: ABORT at pc = 0x80000068 [INFO] src/cpu/cpu-exec.c:125 cpu_exec() nemu: ABORT at pc = 0x80000068 -[INFO] src/cpu/cpu-exec.c:93 statistic() host time spent = 384 us -[INFO] src/cpu/cpu-exec.c:93 statistic() host time spent = 384 us +[INFO] src/cpu/cpu-exec.c:93 statistic() host time spent = 376 us +[INFO] src/cpu/cpu-exec.c:93 statistic() host time spent = 376 us [INFO] src/cpu/cpu-exec.c:94 statistic() total guest instructions = 123 [INFO] src/cpu/cpu-exec.c:94 statistic() total guest instructions = 123 -[INFO] src/cpu/cpu-exec.c:95 statistic() simulation frequency = 320,312 inst/s -[INFO] src/cpu/cpu-exec.c:95 statistic() simulation frequency = 320,312 inst/s +[INFO] src/cpu/cpu-exec.c:95 statistic() simulation frequency = 327,127 inst/s +[INFO] src/cpu/cpu-exec.c:95 statistic() simulation frequency = 327,127 inst/s diff --git a/nemu/Makefile b/nemu/Makefile index a59e423..92fc1aa 100644 --- a/nemu/Makefile +++ b/nemu/Makefile @@ -84,7 +84,7 @@ $(IMAGES): %: %.bin $(BINARY) integration-tests: $(IMAGES) @cat $(RESULT) - @printf "Test result:\n\tALL: %s, FAILED: %s\n" $(words $(IMAGES)) $(shell wc -l $(RESULT) | cut -f1 -d' ') + @printf "Test result:\n ALL: %s, FAILED: %s\n" $(words $(IMAGES)) $(shell wc -l $(RESULT) | cut -f1 -d' ') @$(RM) $(RESULT) test: unit-tests integration-tests