* src/port.h (struct PORT),
[fw/sdcc] / src / ds390 / main.c
index 17b52ae02c3a2c118cd1eda1c9656d7f2c8803fe..9d41bf2645f8e9d05c07763442a09e8c2b819468 100644 (file)
@@ -59,7 +59,7 @@ static builtins __ds390_builtins[] = {
     { "__builtin_memcmp_c2x","c",3,{"cx*","cp*","i"}}, /* void __builtin_memcmp_c2x (xdata char *,code  char *,int) */
     { NULL , NULL,0, {NULL}}                      /* mark end of table */
 };
-void ds390_assignRegisters (eBBlock ** ebbs, int count);
+void ds390_assignRegisters (ebbIndex * ebbi);
 
 static int regParmFlg = 0;     /* determine if we can register a parameter */