aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-sparc.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc.c')
-rw-r--r--target-sparc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-sparc.c b/target-sparc.c
index be4e968e..d830f6cb 100644
--- a/target-sparc.c
+++ b/target-sparc.c
@@ -19,6 +19,11 @@ static void predefine_sparc(const struct target *self)
static void init_sparc32(const struct target *target)
{
+ fast16_ctype = &int_ctype;
+ ufast16_ctype = &uint_ctype;
+ fast32_ctype = &int_ctype;
+ ufast32_ctype = &uint_ctype;
+
if (!sparc_version)
sparc_version = 8;