diff options
Diffstat (limited to 'sysdeps/sparc/sparc64/stpcpy.S')
-rw-r--r-- | sysdeps/sparc/sparc64/stpcpy.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/stpcpy.S b/sysdeps/sparc/sparc64/stpcpy.S index 1dd48e701a..cb92e7bf38 100644 --- a/sysdeps/sparc/sparc64/stpcpy.S +++ b/sysdeps/sparc/sparc64/stpcpy.S @@ -22,6 +22,11 @@ #include <sysdep.h> #include <asm/asi.h> +#ifndef XCC + .register %g2, #scratch + .register %g3, #scratch + .register %g7, #scratch +#endif /* Normally, this uses ((xword - 0x0101010101010101) & 0x8080808080808080) test |