diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-25 23:34:44 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-25 23:34:44 +0000 |
commit | e14fe0a921631ab6cf1f404ad6243a716cb84366 (patch) | |
tree | cad065364e93f979512f4fc579bb2846149aa643 /target-alpha/op_helper.h | |
parent | 9d901a201bc37bbb40ca8fa325866cba047ec701 (diff) |
Use host-utils for Alpha 64x64 bits multiplications.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3443 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_helper.h')
-rw-r--r-- | target-alpha/op_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h index 806a30d4a2..0c65fd4a33 100644 --- a/target-alpha/op_helper.h +++ b/target-alpha/op_helper.h @@ -34,7 +34,6 @@ void helper_subqv (void); void helper_sublv (void); void helper_mullv (void); void helper_mulqv (void); -void helper_umulh (void); void helper_ctpop (void); void helper_ctlz (void); void helper_cttz (void); |