> 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:
parent
0cfb776bc1
commit
596a26b36c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void gen(char c) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void gen_num(void) {
|
void gen_num(void) {
|
||||||
uint32_t num = rand() % 100;
|
uint32_t num = rand();
|
||||||
int len = 0, ref_len = 0;
|
int len = 0, ref_len = 0;
|
||||||
switch(rand() % 2) {
|
switch(rand() % 2) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue