summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/builtins/assembly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h
index 78efe3af1bd..d415a5f8d65 100644
--- a/compiler-rt/lib/builtins/assembly.h
+++ b/compiler-rt/lib/builtins/assembly.h
@@ -42,7 +42,7 @@
#define LOCAL_LABEL(name) .L ## name
#define SYMBOL_IS_FUNC(name) \
.def name SEPARATOR \
- .scl 3 SEPARATOR \
+ .scl 2 SEPARATOR \
.type 32 SEPARATOR \
.endef
#define FILE_LEVEL_DIRECTIVE
OpenPOWER on IntegriCloud