math: fix exp.s on i386 and x86_64 so the exception flags are correct
[musl] / src / thread / arm / __unmapself.s
1 .text
2 .global __unmapself
3 .type   __unmapself,%function
4 __unmapself:
5         mov r7,#91
6         svc 0
7         mov r7,#1
8         svc 0