source: asp3_tinet_ecnl_arm/trunk/musl-1.1.18/src/signal/arm/restore.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: 181 bytes
Line 
1.syntax unified
2
3.global __restore
4.type __restore,%function
5__restore:
6 mov r7,#119
7 swi 0x0
8
9.global __restore_rt
10.type __restore_rt,%function
11__restore_rt:
12 mov r7,#173
13 swi 0x0
Note: See TracBrowser for help on using the repository browser.