forked from KolibriOS/kolibrios
4f5f25a6c2
git-svn-id: svn://kolibrios.org@1882 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
146 B
ArmAsm
Executable File
9 lines
146 B
ArmAsm
Executable File
#include<libc/asm.h>
|
|
MK_C_SYM(finitef)
|
|
movl 4(%esp),%eax
|
|
andl $0x7ff00000, %eax
|
|
cmpl $0x7ff00000, %eax
|
|
setne %al
|
|
andl $0x000000ff, %eax
|
|
ret
|