]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/_fsmul.c
short (8 bit) replaced by char
[fw/sdcc] / device / lib / _fsmul.c
index 48c92ed5d0a26874f5bcdf4ace589b9848eaf66a..c15078111cf6432c7b2ddf63e8a8fa53d91fbd44 100644 (file)
@@ -83,7 +83,7 @@ __fsmul (float a1, float a2)
   volatile union float_long fl1, fl2;
   volatile unsigned long result;
   volatile int exp;
-  short sign;
+  char sign;
 
   fl1.f = a1;
   fl2.f = a2;