X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FSDCCicode.c;h=4e93c888ce17805e5b38e4ade37243139f6c8165;hb=d46b4a50e1b8b1819d974533a9012b013090f8fd;hp=44403c9f610f3176216d7b4c9165eb84aeea001c;hpb=310379d67c0559f33b1f2da2de2080c4d72ed553;p=fw%2Fsdcc diff --git a/src/SDCCicode.c b/src/SDCCicode.c index 44403c9f..4e93c888 100644 --- a/src/SDCCicode.c +++ b/src/SDCCicode.c @@ -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))) {