* device/lib/mcs51/crtxclear.asm: pdata segment of 256 byte would not be cleared...
[fw/sdcc] / device / lib / _fsget1arg.c
index abf17260ef0cca4a97555ad83d87be9fbc33ac19..f55554b526226a37fdb570d6fdc03ad8ab3c1a2e 100644 (file)
@@ -21,6 +21,8 @@
 #include <float.h>
 
 
+#ifdef FLOAT_ASM_MCS51
+
 static void dummy(void) _naked
 {
        // input passed in a,b,dph,dpl
@@ -46,6 +48,6 @@ fsgetarg:
        _endasm;
 }
 
-
+#endif