mirror of https://gitee.com/openkylin/qemu.git
target-mips: optimize gen_HILO()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6938 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cdc0faa66a
commit
f129981a6a
|
@ -1795,10 +1795,6 @@ static void gen_HILO (DisasContext *ctx, uint32_t opc, int reg)
|
|||
tcg_gen_movi_tl(cpu_LO[0], 0);
|
||||
opn = "mtlo";
|
||||
break;
|
||||
default:
|
||||
MIPS_INVAL(opn);
|
||||
generate_exception(ctx, EXCP_RI);
|
||||
return;
|
||||
}
|
||||
MIPS_DEBUG("%s %s", opn, regnames[reg]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue