]> git.gag.com Git - fw/sdcc/blobdiff - src/pic/main.c
* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / pic / main.c
index efca60eaa99c71149c5cc9e9e7794cf663253cf4..760ad9a0e6ec1670b1017da93098b619ad00e377 100644 (file)
@@ -540,6 +540,8 @@ PORT pic_port =
                   16f877)
                 */
        },
+       /* tags for generic pointers */
+       { 0x00, 0x00, 0x00, 0x80 },             /* far, near, xstack, code */
        {
                "XSEG    (XDATA)",
                "STACK   (DATA)",