]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/_moduint.c
short (8 bit) replaced by char
[fw/sdcc] / device / lib / _moduint.c
index be50ef8a1064e72612f0cf476e311cc28aaac0c5..fa56e15ccb7be2271265a563d6f337365599b6fb 100644 (file)
@@ -29,7 +29,7 @@
 
 unsigned int  _moduint (unsigned int a ,unsigned int b)
 {
-    unsigned short count = 0;
+    unsigned char count = 0;
     
     
         while (!MSB_SET(b)) {