> 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:
parent
3cee51c298
commit
8688870aef
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue