Don't provide printf_fast, printf_fast_f and printf_tiny on architectures
[fw/sdcc] / device / lib / _fsswapargs.c
index 85404cb4368601360cd8ffbd62be34bfd5f5c8fa..d2573b0275b697620acc1af335d72be557b17f92 100644 (file)
@@ -21,6 +21,9 @@
 #define SDCC_FLOAT_LIB
 #include <float.h>
 
+
+#ifdef FLOAT_ASM_MCS51
+
 static void dummy(void) _naked
 {
        _asm
@@ -53,3 +56,5 @@ fs_swap_a_b:
        _endasm;
 }
 
+#endif
+