* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / izt / tlcs900h.c
index 7810233f6843490b04997e912e7242fd637b432d..f3b42af648791e5ab61e6e868a4a68406648ee59 100644 (file)
@@ -164,6 +164,8 @@ PORT tlcs900h_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    (XDATA)",
     "STACK   (DATA)",