* src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
[fw/sdcc] / device / lib / pic16 / libsdcc / float / ulong2fs.c
index 90322f28fc454c969872e5321baf7a8638a8023a..7f673c2bca84e0dbcffe5399b0a196970a393672 100644 (file)
@@ -50,7 +50,7 @@ float __ulong2fs (unsigned long a ) _FS_REENTRANT
        do {
                a<<=1;
                exp--;
-       } while (a > HIDDEN);
+       } while (a < HIDDEN);
   }
 
 #if 0