* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / izt / i186.c
index 1a3f0fe6bff05dcfe3b44db413707b6ef98002aa..da67d9efc095d2349ceeb14eaeeeecf7d0f7db93 100644 (file)
@@ -165,6 +165,9 @@ PORT i186_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 */
+
     {
         ".BSS",
         ".BSS",