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