* src/port.h (struct PORT),
[fw/sdcc] / src / hc08 / main.c
index 13a23d684f1fe4fb88bb7dc223b126264b942de9..a4399cfc666a917242019fa8d1366bd3669ddc32 100644 (file)
@@ -51,7 +51,7 @@ static char *_hc08_keywords[] =
 };
 
 
-void hc08_assignRegisters (eBBlock ** ebbs, int count);
+void hc08_assignRegisters (ebbIndex *);
 
 static int regParmFlg = 0;     /* determine if we can register a parameter */