some progress on escape sequences
[fw/sdcc] / src / port.h
index e0470a8f45e42aa6f1784809837ae9a9fe7a383c..0e6459b77aa44c12008ee7b363e6532ebced1c4f 100644 (file)
@@ -148,7 +148,7 @@ typedef struct
        /** One more than the smallest 
            mul/div operation the processor can do nativley 
            Eg if the processor has an 8 bit mul, nativebelow is 2 */
-       int native_below;
+       unsigned native_below;
        /** The mul/div/mod functions will be made to use regparams
            for sizeof(param) < log2(force_reg)
            i.e. Use 2 for WORD and BYTE, 0 for none. */