Fixed several pointer related bugs in the PIC port
[fw/sdcc] / src / pic / main.c
index d7771302d949bd267229986bb8f0e1f0c847f509..df4d275938cc391fca4f653f8ea72d3875f2a848 100644 (file)
@@ -307,7 +307,7 @@ PORT pic_port =
   },
   {
        /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */
-    1, 2, 2, 4, 1, 2, 1, 1, 4, 4
+    1, 2, 2, 4, 1, 2, 2, 1, 4, 4
        /* TSD - I changed the size of gptr from 3 to 1. However, it should be
           2 so that we can accomodate the PIC's with 4 register banks (like the
           16f877)