]> git.gag.com Git - fw/sdcc/blobdiff - src/pic/main.c
Short is 16bits by default now
[fw/sdcc] / src / pic / main.c
index f355cd4406f23abd1ad8c1b25740908c4edf5946..2e41a00e6160e44120b712b043693973a9df8147 100644 (file)
@@ -244,7 +244,7 @@ PORT pic_port =
   },
   {
        /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */
-    1, 1, 2, 4, 1, 2, 1, 1, 4, 4
+    1, 2, 2, 4, 1, 2, 1, 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)