> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 21:54:29 up 22:10, 2 users, load average: 0.59, 0.63, 0.71
This commit is contained in:
parent
44cd3c1fb3
commit
f6e3993939
3 changed files with 3111 additions and 1 deletions
File diff suppressed because it is too large
Load diff
1770
nemu/build/obj-riscv32-nemu-interpreter/src/monitor/sdb/addrexp.yy.c
Normal file
1770
nemu/build/obj-riscv32-nemu-interpreter/src/monitor/sdb/addrexp.yy.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -204,7 +204,7 @@ static int cmd_x(char *args) {
|
|||
return 0;
|
||||
|
||||
wrong_usage:
|
||||
printf("Invalid argument for command si: %s\n", args);
|
||||
printf("Invalid argument for command x: %s\n", args);
|
||||
printf("Usage: x [N: uint] [EXPR: <expr>]\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue