Applied patch #2762516
[fw/sdcc] / src / avr / main.c
index 982bc5c5c1a3b002e1b54c6444fd5310c96478c7..efde4d2beaef53048b1dd4eb7b1471ae7c74d8be 100644 (file)
@@ -126,9 +126,9 @@ _avr_genAssemblerPreamble (FILE * of)
 
 /* Generate interrupt vector table. */
 static int
-_avr_genIVT (FILE * of, symbol ** interrupts, int maxInterrupts)
+_avr_genIVT (struct dbuf_s * oBuf, symbol ** interrupts, int maxInterrupts)
 {
-       return TRUE;
+  return TRUE;
 }
 
 /* Indicate which extended bit operations this port supports */