mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
8 lines
71 B
ArmAsm
Executable File
8 lines
71 B
ArmAsm
Executable File
.global round;
|
|
|
|
round:
|
|
fldl 4(%esp)
|
|
fistp 4(%esp)
|
|
fild 4(%esp)
|
|
ret
|