> 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
 18:27:38  up 1 day  8:03,  2 users,  load average: 0.80, 0.59, 0.49
This commit is contained in:
tracer-ysyx 2024-03-14 18:27:38 +08:00 committed by xinyangli
parent 8ef51c8604
commit 3cee51c298

View file

@ -130,6 +130,7 @@ void init_monitor(int argc, char *argv[]) {
/* Initialize the simple debugger. */
init_sdb();
printf("elf_file: %s\n", elf_file);
if(elf_file != NULL) {
void init_elf(const char *path);
puts("init_elf");