aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-h8300.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-h8300.c')
-rw-r--r--target-h8300.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-h8300.c b/target-h8300.c
index 84d168b7..c3652350 100644
--- a/target-h8300.c
+++ b/target-h8300.c
@@ -5,6 +5,8 @@
static void init_h8300(const struct target *self)
{
+ intptr_ctype = &int_ctype;
+ uintptr_ctype = &uint_ctype;
ssize_t_ctype = &long_ctype;
size_t_ctype = &ulong_ctype;
wchar_ctype = &ushort_ctype;