> 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
 09:46:26  up 1 day 10:02,  2 users,  load average: 0.56, 0.48, 0.42
This commit is contained in:
tracer-ysyx 2024-01-13 09:46:26 +08:00 committed by xinyangli
parent 0cfb776bc1
commit 596a26b36c

View file

@ -29,7 +29,7 @@ void gen(char c) {
}
void gen_num(void) {
uint32_t num = rand() % 100;
uint32_t num = rand();
int len = 0, ref_len = 0;
switch(rand() % 2) {
case 0: