summaryrefslogtreecommitdiff
path: root/target-arm/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/helpers.h')
-rw-r--r--target-arm/helpers.h1
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))