diff options
Diffstat (limited to 'target-xtensa.c')
| -rw-r--r-- | target-xtensa.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-xtensa.c b/target-xtensa.c index 3e5781c8..26bda47f 100644 --- a/target-xtensa.c +++ b/target-xtensa.c @@ -5,6 +5,11 @@ static void init_xtensa(const struct target *self) { + fast16_ctype = &int_ctype; + ufast16_ctype = &uint_ctype; + fast32_ctype = &int_ctype; + ufast32_ctype = &uint_ctype; + wchar_ctype = &long_ctype; } |
