> 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:57:38 up 22:25, 2 users, load average: 0.36, 0.56, 0.59
This commit is contained in:
parent
a76068db9f
commit
ee52b3b45a
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ static void execute(uint64_t n) {
|
||||||
g_nr_guest_inst ++;
|
g_nr_guest_inst ++;
|
||||||
trace_and_difftest(&s, cpu.pc);
|
trace_and_difftest(&s, cpu.pc);
|
||||||
if (wp_eval_all()) {
|
if (wp_eval_all()) {
|
||||||
// puts(s.logbuf);
|
puts(s.logbuf);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (nemu_state.state != NEMU_RUNNING) break;
|
if (nemu_state.state != NEMU_RUNNING) break;
|
||||||
|
|
2
result
2
result
|
@ -1 +1 @@
|
||||||
/nix/store/d0jlcjdrgsb5pis8flyy5ihifdnfhms5-am-kernels-riscv32-none-elf-2024.02.18
|
/nix/store/9kqxzm48m60w4h7bfkhv47qw7y47x5sa-nemu-2024-03-02
|
Loading…
Reference in a new issue