]> git.gag.com Git - fw/sdcc/blobdiff - src/port.h
* src/port.h (struct PORT): added field gp_tags, to hold the tag
[fw/sdcc] / src / port.h
index 1b7033d2ae6e06c53fa3f4b6569f10c1e7d12b8e..350e9b29894630ffc509aebd121059ed9396a6d3 100644 (file)
@@ -138,6 +138,16 @@ typedef struct
       }
     s;
 
+/** tags for far, near, xstack, code generic pointers */
+    struct
+      {
+        int tag_far;
+        int tag_near;
+        int tag_xstack;
+        int tag_code;
+      }
+    gp_tags;
+      
 /** memory regions related stuff */
     struct
       {