> 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:
parent
a3720bdcce
commit
053540b119
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue