diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:45:13 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:45:13 +0000 |
commit | f51bbbfefe73120a85a8d24a029d37c9c0f3a001 (patch) | |
tree | ded0d23ca903c3c124ceba5ccf342521d6f98c22 /target-arm/helpers.h | |
parent | b26eefb68e7942eeb689c81fd20e67e57ad95cd2 (diff) |
ARM TCG conversion 2/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4139 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/helpers.h')
-rw-r--r-- | target-arm/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/helpers.h b/target-arm/helpers.h index 577f5ee402..8f2e129162 100644 --- a/target-arm/helpers.h +++ b/target-arm/helpers.h @@ -2,5 +2,6 @@ #define DEF_HELPER(name, ret, args) ret helper_##name args; #endif +DEF_HELPER(clz, uint32_t, (uint32_t)) DEF_HELPER(sxtb16, uint32_t, (uint32_t)) DEF_HELPER(uxtb16, uint32_t, (uint32_t)) |