diff options
author | comex | 2015-07-16 00:33:08 -0400 |
---|---|---|
committer | comex | 2015-07-16 00:33:08 -0400 |
commit | 9a117236a668681bd029a82db35136186187ada4 (patch) | |
tree | d6020b161976a733d775f1d345abee0a887fbfed /lib/darwin/objc-asm.S | |
parent | typo (diff) | |
download | substitute-9a117236a668681bd029a82db35136186187ada4.tar.gz |
fix accidentally exported symbols
Diffstat (limited to '')
-rw-r--r-- | lib/darwin/objc-asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/darwin/objc-asm.S b/lib/darwin/objc-asm.S index 98f1e55..9d8c517 100644 --- a/lib/darwin/objc-asm.S +++ b/lib/darwin/objc-asm.S @@ -5,7 +5,7 @@ .thumb_func _remap_start .thumb #endif -.globl _remap_start +.private_extern _remap_start _remap_start: .set i, 0 |