aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-arm64.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm64.c')
-rw-r--r--target-arm64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm64.c b/target-arm64.c
index 71db639c..d491b65e 100644
--- a/target-arm64.c
+++ b/target-arm64.c
@@ -30,6 +30,7 @@ const struct target target_arm64 = {
.big_endian = 0,
.unsigned_char = 1,
+ .has_int128 = 1,
.wchar = &uint_ctype,