> 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:
parent
8ef51c8604
commit
3cee51c298
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +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);
|
||||||
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");
|
||||||
|
|
Loading…
Reference in a new issue