* src/port.h (struct PORT),
[fw/sdcc] / src / pic / main.c
index e8eaaacbf1ccb85906b25cfcf0bf7109d36726f1..34784358ab3bb82c94491b2d9ffb8847a0eb2acb 100644 (file)
@@ -49,7 +49,7 @@ static char *_pic14_keywords[] =
 
 void  pCodeInitRegisters(void);
 
-void pic14_assignRegisters (eBBlock ** ebbs, int count);
+void pic14_assignRegisters (ebbIndex *);
 
 /* Also defined in gen.h, but the #include is commented out */
 /* for an unknowned reason. - EEP */