> 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:57:22 up 22:13, 2 users, load average: 0.25, 0.43, 0.61
This commit is contained in:
parent
a1953d329b
commit
527cca1e9b
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ static int cmd_x(char *args) {
|
|||
word_t n = parse_uint(arg, &res);
|
||||
if (!res)
|
||||
goto wrong_usage;
|
||||
printf("%u", n);
|
||||
arg = strtok(NULL, " ");
|
||||
word_t addr = parse_expr(arg, &res);
|
||||
if (!res)
|
||||
|
|
Loading…
Reference in a new issue