aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-openrisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-openrisc.c')
-rw-r--r--target-openrisc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-openrisc.c b/target-openrisc.c
index 553963c0..ad25ff27 100644
--- a/target-openrisc.c
+++ b/target-openrisc.c
@@ -5,6 +5,11 @@
static void init_openrisc(const struct target *self)
{
+ fast16_ctype = &int_ctype;
+ ufast16_ctype = &uint_ctype;
+ fast32_ctype = &int_ctype;
+ ufast32_ctype = &uint_ctype;
+
wchar_ctype = &uint_ctype;
}