wrhpr hstick_cmpr is a store, not a load

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4887 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-07-18 10:26:07 +00:00
parent 99570a40eb
commit 8d7d8c4bb1
1 changed files with 2 additions and 3 deletions

View File

@ -2204,9 +2204,8 @@ static void disas_sparc_insn(DisasContext * dc)
tcg_gen_ext_i32_tl(cpu_dst, cpu_tmp32);
break;
case 31: // hstick_cmpr
tcg_gen_trunc_tl_i32(cpu_tmp32, cpu_dst);
tcg_gen_st_i32(cpu_tmp32, cpu_env,
offsetof(CPUSPARCState, hstick_cmpr));
tcg_gen_ld_tl(cpu_dst, cpu_env,
offsetof(CPUSPARCState, hstick_cmpr));
break;
default:
goto illegal_insn;