clarify the purpose of this project
[nyanglibc.git] / libio / ferror_u.s
blobbf56e215815babd7ac230a68a2bc259aeabf5673
1 .text
2 .p2align 4,,15
3 .globl __ferror_unlocked
4 .hidden __ferror_unlocked
5 .type __ferror_unlocked, @function
6 __ferror_unlocked:
7 movl (%rdi), %eax
8 shrl $5, %eax
9 andl $1, %eax
10 ret
11 .size __ferror_unlocked, .-__ferror_unlocked
12 .weak ferror_unlocked
13 .hidden ferror_unlocked
14 .set ferror_unlocked,__ferror_unlocked