> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux
 18:47:34  up  22:15,  2 users,  load average: 0.21, 0.38, 0.49
This commit is contained in:
tracer-ysyx 2024-03-05 18:47:34 +08:00 committed by xinyangli
parent 8b6d7689ca
commit a76068db9f

View file

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