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