> 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:50:37  up   4:56,  2 users,  load average: 0.87, 0.84, 0.60
This commit is contained in:
tracer-ysyx 2024-03-20 17:50:37 +08:00 committed by xinyangli
parent 48786c9988
commit 5eb7785adf
3 changed files with 28 additions and 6 deletions

View file

@ -9,8 +9,10 @@ typedef struct {
char * name;
} func_t;
func_t *func_table;
const char *get_func_name(vaddr_t addr);
extern func_t *func_table;
void ftrace_call(vaddr_t);
void ftrace_return(vaddr_t);
// const char *get_func_name(vaddr_t addr);
#endif
#endif