Fixed up z80 port so that it works again
[fw/sdcc] / src / mcs51 / main.c
index eded0bfedf0bc79b61340c87df3c2cc4ba088b60..991fb055ac2790f9435bd5303c6866886e77ff3d 100644 (file)
@@ -240,7 +240,7 @@ PORT mcs51_port = {
     },
     /* mcs51 has an 8 bit mul */
     {
-       1
+       1, 0
     },
     "_",
     _mcs51_init,