aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-h8300.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-h8300.c')
-rw-r--r--target-h8300.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-h8300.c b/target-h8300.c
index 47872b38..84d168b7 100644
--- a/target-h8300.c
+++ b/target-h8300.c
@@ -8,6 +8,11 @@ static void init_h8300(const struct target *self)
ssize_t_ctype = &long_ctype;
size_t_ctype = &ulong_ctype;
wchar_ctype = &ushort_ctype;
+
+ fast16_ctype = &int_ctype;
+ ufast16_ctype = &uint_ctype;
+ fast32_ctype = &int_ctype;
+ ufast32_ctype = &uint_ctype;
}
static void predefine_h8300(const struct target *self)