mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-mips: fix revision r7126
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7128 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
007ac6faed
commit
a6035857db
1 changed files with 1 additions and 1 deletions
|
@ -7295,7 +7295,7 @@ static void gen_flt3_ldst (DisasContext *ctx, uint32_t opc,
|
|||
tcg_gen_extu_i32_tl(t1, fp0);
|
||||
tcg_gen_qemu_st32(t1, t0, ctx->mem_idx);
|
||||
tcg_temp_free_i32(fp0);
|
||||
tcg_temp_free_i32(t1);
|
||||
tcg_temp_free(t1);
|
||||
}
|
||||
opn = "swxc1";
|
||||
store = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue