> 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 17:39:00 up 4:44, 2 users, load average: 0.54, 0.30, 0.26
This commit is contained in:
parent
5aee73e34d
commit
db6a9fdc5f
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ void init_elf(const char *path) {
|
||||||
goto success;
|
goto success;
|
||||||
|
|
||||||
success:
|
success:
|
||||||
free(sym);
|
// free(sym);
|
||||||
free(shstrtab);
|
// free(shstrtab);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
failed:
|
failed:
|
||||||
|
|
Loading…
Reference in a new issue