aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sh.c')
-rw-r--r--target-sh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sh.c b/target-sh.c
index d4ddf455..d3a66180 100644
--- a/target-sh.c
+++ b/target-sh.c
@@ -7,6 +7,8 @@ static void init_sh(const struct target *self)
{
int64_ctype = &llong_ctype;
uint64_ctype = &ullong_ctype;
+ intptr_ctype = &int_ctype;
+ uintptr_ctype = &uint_ctype;
fast16_ctype = &int_ctype;
ufast16_ctype = &uint_ctype;