diff options
Diffstat (limited to 'newlib/libc/sys/h8300hms/crt0.S')
-rw-r--r-- | newlib/libc/sys/h8300hms/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8300hms/crt0.S b/newlib/libc/sys/h8300hms/crt0.S index 8ad6ddc59..6394f6841 100644 --- a/newlib/libc/sys/h8300hms/crt0.S +++ b/newlib/libc/sys/h8300hms/crt0.S @@ -70,7 +70,7 @@ _stack: .long 1 #endif -#ifdef __H8300S__ +#if defined (__H8300S__) || defined (__H8300SX__) .section .text .global _start |