source: EcnlProtoTool/trunk/musl-1.1.18/src/signal/arm/restore.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: 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.