> 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
 13:11:45  up   0:09,  2 users,  load average: 0.94, 0.55, 0.32
This commit is contained in:
tracer-ysyx 2024-03-17 13:11:45 +08:00 committed by xinyangli
parent 15f2fa649c
commit abd418c462

View file

@ -32,7 +32,7 @@ void init_elf(const char *path) {
strtab = psh;
printf("strtab: %u %u\n", strtab->sh_size, strtab->sh_offset);
}
printf("%s\n", shstrtab + psh->sh_name);
printf("section name: %s\n", shstrtab + psh->sh_name);
// if(symtab && strtab) break;
}