mips: disable debug output

This commit is contained in:
Nguyen Anh Quynh
2015-09-08 23:56:25 +08:00
parent 99379e92e9
commit 18b6680e96
2 changed files with 0 additions and 3 deletions

View File

@@ -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);
}