mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
More TCGv type fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4553 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cb63669a54
commit
bcb0126ff4
2 changed files with 11 additions and 3 deletions
|
@ -4401,7 +4401,8 @@ static void disas_sparc_insn(DisasContext * dc)
|
|||
/* V9 stqf, store quad fpreg */
|
||||
CHECK_FPU_FEATURE(dc, FLOAT128);
|
||||
gen_op_load_fpr_QT0(QFPREG(rd));
|
||||
tcg_gen_helper_0_2(helper_stqf, cpu_addr, dc->mem_idx);
|
||||
tcg_gen_helper_0_2(helper_stqf, cpu_addr,
|
||||
tcg_const_i32(dc->mem_idx));
|
||||
break;
|
||||
#else /* !TARGET_SPARC64 */
|
||||
/* stdfq, store floating point queue */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue