> 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:30:12  up   4:36,  2 users,  load average: 0.38, 0.28, 0.25
This commit is contained in:
tracer-ysyx 2024-03-20 17:30:12 +08:00 committed by xinyangli
parent 8e03d125ce
commit c0160faa42
2 changed files with 9 additions and 15 deletions

View file

@ -10,6 +10,7 @@ typedef struct {
} func_t;
func_t *func_table;
const char *get_func_name(vaddr_t addr);
#endif
#endif