Fix for MIPS issue. (#733)

This commit is contained in:
xorstream
2017-01-23 15:39:34 +11:00
committed by Nguyen Anh Quynh
parent 2ecbe89cc1
commit 69ae8f7987
9 changed files with 229 additions and 227 deletions

View File

@ -45,11 +45,11 @@ void mips_machine_init(struct uc_struct *uc)
{
static QEMUMachine mips_machine = {
NULL,
"mips",
"mips",
mips_r4k_init,
NULL,
0,
1,
0,
1,
UC_ARCH_MIPS,
};