* Added support for doing shifts by helper functions
[fw/sdcc] / src / SDCCicode.c
index 44403c9f610f3176216d7b4c9165eb84aeea001c..4e93c888ce17805e5b38e4ade37243139f6c8165 100644 (file)
@@ -1632,7 +1632,7 @@ geniCodeMultiply (operand * left, operand * right,int resultIsInt)
      if port has 1 byte muldiv */
   if (p2 && !IS_FLOAT (letype) &&
       !((resultIsInt) && (getSize (resType) != getSize (ltype)) && 
-       (port->muldiv.native_below == 1)))
+       (port->support.muldiv == 1)))
     {
       if ((resultIsInt) && (getSize (resType) != getSize (ltype)))
        {