aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-sparc.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc.c')
-rw-r--r--target-sparc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc.c b/target-sparc.c
index 5267430f..70c440c2 100644
--- a/target-sparc.c
+++ b/target-sparc.c
@@ -58,6 +58,7 @@ const struct target target_sparc64 = {
.bitness = ARCH_LP64,
.big_endian = 1,
.unsigned_char = 0,
+ .has_int128 = 1,
.target_32bit = &target_sparc32,