* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / xa51 / main.c
index a9b329cbcab4f3db73732f0b3199852fac466383..fee631866229a848724a3d8864a377f6ab2bf784 100755 (executable)
@@ -269,6 +269,8 @@ PORT xa51_port =
        /* Sizes: char, short, int, long, ptr, fptr, gptr, bit, float, max */
     1, 2, 2, 4, 2, 2, 3, 1, 4, 4
   },
+  /* tags for generic pointers */
+  { 0x00, 0x40, 0x60, 0x80 },          /* far, near, xstack, code */
   {
     "XSEG    (XDATA)",
     "STACK   (XDATA)",