Fixed up z80 port so that it works again
[fw/sdcc] / src / port.h
index 65cfc29da9e752f2f85a4c003c3974e5a14e518d..8a3e6401397bfe15b3dbab94b5c33033bacf2da2 100644 (file)
@@ -107,6 +107,10 @@ typedef struct {
            mul/div operation the processor can do nativley 
            Eg if the processor has an 8 bit mul, nativebelow is 2 */
        int 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. */
+       int force_reg_param_below;
     } muldiv;
 
     /** Prefix to add to a C function (eg "_") */