X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2F_fsreturnval.c;h=c14894cb5976e85ee27b916566d9ba14286a79fd;hb=d08ac85c165a12550531f74439095ded67f33217;hp=6dfc85cf450916922354e435a5ca6a8db77538b1;hpb=5689c6b6b4499a51a342499e09bd58529b1d89ae;p=fw%2Fsdcc diff --git a/device/lib/_fsreturnval.c b/device/lib/_fsreturnval.c index 6dfc85cf..c14894cb 100644 --- a/device/lib/_fsreturnval.c +++ b/device/lib/_fsreturnval.c @@ -24,9 +24,9 @@ #ifdef FLOAT_ASM_MCS51 -static void dummy(void) _naked +static void dummy(void) __naked { - _asm + __asm .globl fs_round_and_return fs_round_and_return: @@ -99,8 +99,7 @@ fs_return_nan: mov a, #0x7F ret - _endasm; + __endasm; } #endif -