> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 00:17:24 up 9:53, 2 users, load average: 0.75, 0.43, 0.39
This commit is contained in:
parent
a62105b482
commit
6a279a4429
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void init_elf(const char *path) {
|
|||
strtab = psh;
|
||||
printf("strtab: %u %u\n", strtab->sh_size, strtab->sh_offset);
|
||||
}
|
||||
if(symtab && strtab) break;
|
||||
// if(symtab && strtab) break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue