source: EcnlProtoTool/trunk/musl-1.1.18/src/thread/arm/__aeabi_read_tp.S@ 444

Last change on this file since 444 was 444, checked in by coas-nagasima, 4 years ago

muslのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 157 bytes
Line 
1.syntax unified
2.global __aeabi_read_tp
3.type __aeabi_read_tp,%function
4__aeabi_read_tp:
5 push {r1,r2,r3,lr}
6 bl __aeabi_read_tp_c
7 pop {r1,r2,r3,lr}
8 bx lr
Note: See TracBrowser for help on using the repository browser.