mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 21:15:30 -04:00

Move to folder with tcc. Part 1 git-svn-id: svn://kolibrios.org@8793 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
111 B
ArmAsm
9 lines
111 B
ArmAsm
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
|
|
|
.global fabs;
|
|
|
|
fabs:
|
|
fldl 4(%esp)
|
|
fabs
|
|
ret
|