> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 14:13:52 up 1 day, 13:04,  1 user,  load average: 0.43, 0.27, 0.22
This commit is contained in:
tracer-ics2023
2024-09-01 14:13:53 +08:00
committed by zzy
parent 9c728cb3dd
commit f67f970bde

View File

@ -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");