mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix a typo in fpsub32
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5177 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
255e1fcb5a
commit
510aba20f0
1 changed files with 1 additions and 1 deletions
|
@ -3786,7 +3786,7 @@ static void disas_sparc_insn(DisasContext * dc)
|
|||
CHECK_FPU_FEATURE(dc, VIS1);
|
||||
gen_op_load_fpr_DT0(DFPREG(rs1));
|
||||
gen_op_load_fpr_DT1(DFPREG(rs2));
|
||||
tcg_gen_helper_0_0(helper_fpadd32);
|
||||
tcg_gen_helper_0_0(helper_fpsub32);
|
||||
gen_op_store_DT0_fpr(DFPREG(rd));
|
||||
break;
|
||||
case 0x057: /* VIS I fpsub32s */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue