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

View file

@ -132,6 +132,7 @@ void init_monitor(int argc, char *argv[]) {
if(elf_file != NULL) {
void init_elf(const char *path);
puts("init_elf");
init_elf(elf_file);
}