Hide __get_sp.

Bug: 11156955
Change-Id: I55d8d320521e80c2085af28933a18b00cf5c714e
This commit is contained in:
Elliott Hughes
2014-05-20 20:22:50 -07:00
parent 3d2bc5d6c8
commit c3705f6415
6 changed files with 6 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
#include <private/bionic_asm.h>
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
mov %rsp, %rax
ret
END(__get_sp)