diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-21 14:49:09 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-21 14:49:09 +0000 |
commit | a7ec4229125bdaf5cdf5b553c98ceb86c02642f7 (patch) | |
tree | 80561f85d868d69b36ae46e1406e83719bacc483 /target-sparc/helper.h | |
parent | 36aa55dcd9775a2164d831d3d3e2a16977995f14 (diff) |
Use the new concat_i32_i64 op for std and stda
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5281 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/helper.h')
-rw-r--r-- | target-sparc/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/helper.h b/target-sparc/helper.h index adef1f292e..9320bc813d 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -44,7 +44,6 @@ DEF_HELPER(void, helper_restore, (void)) DEF_HELPER(void, helper_flush, (target_ulong addr)) DEF_HELPER(target_ulong, helper_udiv, (target_ulong a, target_ulong b)) DEF_HELPER(target_ulong, helper_sdiv, (target_ulong a, target_ulong b)) -DEF_HELPER(uint64_t, helper_pack64, (target_ulong high, target_ulong low)) DEF_HELPER(void, helper_stdf, (target_ulong addr, int mem_idx)) DEF_HELPER(void, helper_lddf, (target_ulong addr, int mem_idx)) DEF_HELPER(void, helper_ldqf, (target_ulong addr, int mem_idx)) |