]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/_divuint.c
short (8 bit) replaced by char
[fw/sdcc] / device / lib / _divuint.c
index 2226f97cb6c1ee034038c537b81eb5e630aee1f2..bba3abf8d2620f0cb263e96c899d0cae97f44ee0 100644 (file)
@@ -28,7 +28,7 @@
 unsigned int _divuint (unsigned int a, unsigned int b)
 {
        unsigned int reste = 0  ;
-       unsigned short count = 16;
+       unsigned char count = 16;
        bit c;
 
        do{