Implemented RFE #1914254
[fw/sdcc] / src / z80 / gen.c
index d055c7a1cb419b62e341609c59b3ce77e52c7797..eac67d7b0b18e60694bbfce18dea1b95a692116e 100644 (file)
@@ -8196,7 +8196,7 @@ genBuiltInMemcpy (iCode *ic, int nParams, operand **pparams)
   operand *from, *to, *count;
   bool deInUse;
 
-  wassertl (nParams == 3, "Built-in memcpy must have two parameters");
+  wassertl (nParams == 3, "Built-in memcpy must have three parameters");
   to = pparams[2];
   from = pparams[1];
   count = pparams[0];