> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 01:48:27 up 11:24, 2 users, load average: 0.73, 0.41, 0.39
This commit is contained in:
parent
b2497342bf
commit
dc03efa59c
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
#include "../local-include/reg.h"
|
||||
|
||||
bool isa_difftest_checkregs(CPU_state *ref_r, vaddr_t pc) {
|
||||
for(int i = 0; i < MUXDEF(CONFIG_RVE, 16, 32); i++) {
|
||||
difftest_check_reg(reg_name(i), pc, ref_r->gpr[i], gpr(i));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue