* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / hc08 / main.c
index a86d3a127bdc1160baf373b2b9931b74e06a475a..be780ab42b182f99dd7a5fd9c381732b6b6f9f39 100644 (file)
@@ -419,6 +419,9 @@ PORT hc08_port =
        /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */
     1, 2, 2, 4, 2, 2, 2, 1, 4, 4
   },
+  /* tags for generic pointers */
+  { 0x00, 0x40, 0x60, 0x80 },          /* far, near, xstack, code */
+  
   {
     "XSEG",
     "STACK",