> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.75 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jan 25 23:27:52 UTC 2024 x86_64 GNU/Linux
 19:14:45  up 1 day  4:50,  2 users,  load average: 0.69, 0.90, 0.85
This commit is contained in:
tracer-ysyx 2024-02-08 19:14:45 +08:00 committed by xinyangli
parent 2b82e21363
commit 87d3a424f3

View file

@ -155,7 +155,7 @@ static int cmd_p(char *args) {
word_t result = parse_expr(arg, &res);
if (!res)
goto wrong_usage;
printf("%s: %u", arg, result);
printf("%s: %u\n", arg, result);
return 0;
wrong_usage: