diff options
Diffstat (limited to 'libc/string/sparc/sparc32/sparcv9b/strchr.S')
-rw-r--r-- | libc/string/sparc/sparc32/sparcv9b/strchr.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/string/sparc/sparc32/sparcv9b/strchr.S b/libc/string/sparc/sparc32/sparcv9b/strchr.S new file mode 100644 index 000000000..ddd32120d --- /dev/null +++ b/libc/string/sparc/sparc32/sparcv9b/strchr.S @@ -0,0 +1,4 @@ +#define ASI_PNF 0x82 +#define ASI_BLK_P 0xf0 +#define XCC icc +#include <sparc64/strchr.S> |