> 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:52  up 1 day  8:04,  2 users,  load average: 0.78, 0.60, 0.50
This commit is contained in:
tracer-ysyx 2024-03-14 18:27:52 +08:00 committed by xinyangli
parent 3cee51c298
commit 8688870aef

View file

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