> 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
 18:17:20  up 3 days 17:18,  2 users,  load average: 0.29, 0.88, 0.81
This commit is contained in:
tracer-ysyx 2024-01-11 18:17:20 +08:00 committed by xinyangli
parent a3720bdcce
commit 053540b119

View file

@ -74,7 +74,7 @@ static int cmd_si(char *args) {
return 0;
int n = strtoumax(arg, NULL, base);
if (n == UINTMAX_MAX) {
printf("%s is too large\n", args);
printf("%s is exceed the limit of uint\n", args);
return 0;
} else if (n == 0) {
printf("Invalid argument for command si: %s\n", args);