aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips.c')
-rw-r--r--target-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips.c b/target-mips.c
index 395e6ff1..3d73236f 100644
--- a/target-mips.c
+++ b/target-mips.c
@@ -45,6 +45,7 @@ const struct target target_mips64 = {
.bitness = ARCH_LP64,
.big_endian = 1,
.unsigned_char = 0,
+ .has_int128 = 1,
.target_32bit = &target_mips32,