aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-s390.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-s390.c')
-rw-r--r--target-s390.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-s390.c b/target-s390.c
index cdbd685a..84889c0a 100644
--- a/target-s390.c
+++ b/target-s390.c
@@ -6,6 +6,9 @@
static void init_s390(const struct target *self)
{
+ intptr_ctype = &int_ctype;
+ uintptr_ctype = &uint_ctype;
+
fast16_ctype = &int_ctype;
ufast16_ctype = &uint_ctype;
fast32_ctype = &int_ctype;