diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/sys/sysnecv850/crt0.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/sysnecv850/crt0.S b/newlib/libc/sys/sysnecv850/crt0.S index d8eef8a26..17c8c2841 100644 --- a/newlib/libc/sys/sysnecv850/crt0.S +++ b/newlib/libc/sys/sysnecv850/crt0.S @@ -5,7 +5,7 @@ _start: -#if defined(__v850e__) || defined(__v850e2__) || defined(__v850e2v3__) +#if defined(__v850e__) || defined(__v850e2__) || defined(__v850e2v3__) || defined(__v850e3v5__) movea 255, r0, r20 mov 65535, r21 @@ -15,7 +15,7 @@ _start: mov hilo(__ctbp), r6 ldsr r6, ctbp -#if defined(__v850e2v3__) +#if defined(__v850e2v3__) || defined(__v850e3v5__) // FPU enable stsr psw, r6 movhi 1, r0, r7 |