diff --git a/nemu/src/monitor/monitor.c b/nemu/src/monitor/monitor.c index cc1a7e4..1cbd9f8 100644 --- a/nemu/src/monitor/monitor.c +++ b/nemu/src/monitor/monitor.c @@ -130,7 +130,7 @@ void init_monitor(int argc, char *argv[]) { /* Initialize the simple debugger. */ init_sdb(); - printf("elf_file: %s\n", elf_file); + // printf("elf_file: %s\n", elf_file); if(elf_file != NULL) { void init_elf(const char *path); puts("init_elf");