diff options
Diffstat (limited to 'newlib/libc/sys/sysvnecv70/cerror.s')
-rw-r--r-- | newlib/libc/sys/sysvnecv70/cerror.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/sysvnecv70/cerror.s b/newlib/libc/sys/sysvnecv70/cerror.s deleted file mode 100644 index 9827c10..0000000 --- a/newlib/libc/sys/sysvnecv70/cerror.s +++ /dev/null @@ -1,9 +0,0 @@ - .globl cerror -cerror: mov.w r0,_errno - neg.w #1,r0 - ret #0 - - .data - .globl _errno -_errno: .word 0 - |