From f67f970bdefc8ba459b6f938353f86ae5f498241 Mon Sep 17 00:00:00 2001 From: tracer-ics2023 Date: Sun, 1 Sep 2024 14:13:53 +0800 Subject: [PATCH] =?UTF-8?q?>=20=20compile=20NEMU=20221220000=20=E5=BC=A0?= =?UTF-8?q?=E4=B8=89=20Linux=20zzy=205.15.146.1-microsoft-standard-WSL2=20?= =?UTF-8?q?#1=20SMP=20Thu=20Jan=2011=2004:09:03=20UTC=202024=20x86=5F64=20?= =?UTF-8?q?x86=5F64=20x86=5F64=20GNU/Linux=20=2014:13:52=20up=201=20day,?= =?UTF-8?q?=2013:04,=20=201=20user,=20=20load=20average:=200.43,=200.27,?= =?UTF-8?q?=200.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/src/cpu/cpu-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemu/src/cpu/cpu-exec.c b/nemu/src/cpu/cpu-exec.c index 84d87b4..5651c22 100644 --- a/nemu/src/cpu/cpu-exec.c +++ b/nemu/src/cpu/cpu-exec.c @@ -39,7 +39,7 @@ static void trace_and_difftest(Decode *_this, vaddr_t dnpc) { if (g_print_step) { IFDEF(CONFIG_ITRACE, puts(_this->logbuf)); } IFDEF(CONFIG_DIFFTEST, difftest_step(_this->pc, dnpc)); -#ifdef CONFIG_WATCHPOINT +#ifdef CONFIG_CONFIG_WATCHPOINT bool wp_check_hit(void); if (wp_check_hit()) { printf("watchpoint hit\n");