diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 16:59:45 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 16:59:45 +0000 |
commit | be534da71c3d557e260ecd72acf5244db0bbc064 (patch) | |
tree | 21910c77cecd5340c99a848591c738bfaec04678 /libc/string/sparc/sparc32 | |
parent | 04bbb6fdfae0b5bc9e39a6f51894796df0cd35fb (diff) |
Correct build failure introduced by SUSV3_LEGACY option
Diffstat (limited to 'libc/string/sparc/sparc32')
-rw-r--r-- | libc/string/sparc/sparc32/memset.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/sparc/sparc32/memset.S b/libc/string/sparc/sparc32/memset.S index 358fe496a..6c6424cf8 100644 --- a/libc/string/sparc/sparc32/memset.S +++ b/libc/string/sparc/sparc32/memset.S @@ -49,6 +49,7 @@ ENTRY(bzero) b 1f mov %g0, %g3 +#endif 3: cmp %o2, 3 be 2f @@ -63,6 +64,7 @@ ENTRY(bzero) add %o1, %o2, %o1 b 4f sub %o0, %o2, %o0 +#ifdef __UCLIBC_SUSV3_LEGACY__ END(bzero) #endif |