From ee52b3b45aa2227dadde80e4d12c1b8a0366e5f6 Mon Sep 17 00:00:00 2001
From: tracer-ysyx <tracer@ysyx.org>
Date: Tue, 5 Mar 2024 18:57:38 +0800
Subject: [PATCH] =?UTF-8?q?>=20compile=20NEMU=20ysyx=5F22040000=20?=
 =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.6.18=20#1-Nix?=
 =?UTF-8?q?OS=20SMP=20PREEMPT=5FDYNAMIC=20Fri=20Feb=2023=2008:25:28=20UTC?=
 =?UTF-8?q?=202024=20x86=5F64=20GNU/Linux=20=2018:57:38=20=20up=20=2022:25?=
 =?UTF-8?q?,=20=202=20users,=20=20load=20average:=200.36,=200.56,=200.59?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 nemu/src/cpu/cpu-exec.c | 2 +-
 result                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nemu/src/cpu/cpu-exec.c b/nemu/src/cpu/cpu-exec.c
index c851390..1f2940f 100644
--- a/nemu/src/cpu/cpu-exec.c
+++ b/nemu/src/cpu/cpu-exec.c
@@ -79,7 +79,7 @@ static void execute(uint64_t n) {
     g_nr_guest_inst ++;
     trace_and_difftest(&s, cpu.pc);
     if (wp_eval_all()) { 
-      // puts(s.logbuf);
+      puts(s.logbuf);
       break;
     }
     if (nemu_state.state != NEMU_RUNNING) break;
diff --git a/result b/result
index 172ba27..a892d00 120000
--- a/result
+++ b/result
@@ -1 +1 @@
-/nix/store/d0jlcjdrgsb5pis8flyy5ihifdnfhms5-am-kernels-riscv32-none-elf-2024.02.18
\ No newline at end of file
+/nix/store/9kqxzm48m60w4h7bfkhv47qw7y47x5sa-nemu-2024-03-02
\ No newline at end of file