> 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
 16:10:40  up   3:16,  2 users,  load average: 0.18, 0.24, 0.29
This commit is contained in:
tracer-ysyx 2024-03-20 16:10:40 +08:00 committed by xinyangli
parent 417952199a
commit 12b32de52d

View file

@ -85,6 +85,7 @@ void init_elf(const char *path) {
printf("%s\n", get_func(0x80000010)->name);
printf("%s\n", get_func(0x80000012)->name);
printf("%s\n", get_func(0x7fffffff)->name);
printf("%s\n", get_func(0x80000000)->name);
success = true;
failed:
for(int i = 0; i < func_table_len; i++) {