am c56be54a
: Merge "Use ENTRY/END in ARM __get_sp."
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit 'c56be54a18eff7e1c35c9a19cfc8b84a80780b73': Use ENTRY/END in ARM __get_sp.
This commit is contained in:
@@ -25,10 +25,10 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
.global __get_sp
|
|
||||||
.type __get_sp, %function
|
|
||||||
|
|
||||||
__get_sp:
|
#include <machine/asm.h>
|
||||||
mov r0, sp
|
|
||||||
bx lr
|
|
||||||
|
|
||||||
|
ENTRY(__get_sp)
|
||||||
|
mov r0, sp
|
||||||
|
bx lr
|
||||||
|
END(__get_sp)
|
||||||
|
Reference in New Issue
Block a user