diff options
Diffstat (limited to 'newlib/libc/sys/h8300hms/fstat.S')
-rw-r--r-- | newlib/libc/sys/h8300hms/fstat.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8300hms/fstat.S b/newlib/libc/sys/h8300hms/fstat.S index b89df0cbe..1e1ca29c9 100644 --- a/newlib/libc/sys/h8300hms/fstat.S +++ b/newlib/libc/sys/h8300hms/fstat.S @@ -7,7 +7,7 @@ .align 2 .global __fstat __fstat: -#if defined(__H8300H__) || defined(__H8300S__) +#if defined(__H8300H__) || defined(__H8300S__) || defined (__H8300SX__) #if __INT_MAX__ == 32767 extu.l er0 #endif |