source: asp3_tinet_ecnl_arm/trunk/musl-1.1.18/src/thread/arm/__aeabi_read_tp.S@ 352

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

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • 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.