aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-x86.c')
-rw-r--r--target-x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-x86.c b/target-x86.c
index 046e346e..01d213ef 100644
--- a/target-x86.c
+++ b/target-x86.c
@@ -61,6 +61,7 @@ const struct target target_x86_64 = {
.bitness = ARCH_LP64,
.big_endian = 0,
.unsigned_char = 0,
+ .has_int128 = 1,
.bits_in_longdouble = 128,
.max_fp_alignment = 16,