> 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 21:13:28 up 4 days, 16:19, 1 user, load average: 0.79, 0.65, 0.55
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
|
||||
typedef struct {
|
||||
word_t gpr[MUXDEF(CONFIG_RVE, 16, 32)];
|
||||
word_t cpr[0x1000]; // Control and Status Register
|
||||
vaddr_t pc;
|
||||
word_t cpr[0x1000]; // Control and Status Register
|
||||
} MUXDEF(CONFIG_RV64, riscv64_CPU_state, riscv32_CPU_state);
|
||||
|
||||
// decode
|
||||
|
Reference in New Issue
Block a user