Merge "Hide __get_sp."

This commit is contained in:
Elliott Hughes
2014-05-21 15:21:16 +00:00
committed by Gerrit Code Review
6 changed files with 6 additions and 7 deletions

View File

@@ -28,8 +28,7 @@
#include <private/bionic_asm.h>
// void* __get_sp()
ENTRY(__get_sp)
ENTRY_PRIVATE(__get_sp)
move v0, sp
j ra
END(__get_sp)