mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 10:38:18 +00:00
mips: disable debug output
This commit is contained in:
parent
99379e92e9
commit
18b6680e96
2 changed files with 0 additions and 3 deletions
|
@ -51,7 +51,5 @@ void mips_machine_init(struct uc_struct *uc)
|
|||
.arch = UC_ARCH_MIPS,
|
||||
};
|
||||
|
||||
printf(">>> mips_machine_init\n");
|
||||
|
||||
qemu_register_machine(uc, &mips_machine, TYPE_MACHINE, NULL);
|
||||
}
|
||||
|
|
|
@ -156,6 +156,5 @@ void mips_cpu_register_types(void *opaque)
|
|||
.class_init = mips_cpu_class_init,
|
||||
};
|
||||
|
||||
printf(">>> mips_cpu_register_types\n");
|
||||
type_register_static(opaque, &mips_cpu_type_info);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue