* Added support for doing shifts by helper functions
[fw/sdcc] / src / z80 / main.c
index aa8d569c15f16641d644652b6912a8138f2068db..9fb9b075889771a832d36fb49a00e8069083ef81 100644 (file)
@@ -511,7 +511,7 @@ PORT z80_port =
   },
     /* Z80 has no native mul/div commands */
   {
-    0, 0
+    0, 2
   },
   "_",
   _z80_init,