]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Don't warn about uninitialized stuff in accessors - remove the liferanges calculated...
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 6888e6c4172b85c2d111098d928ced47e4a4ce3c..a12827fc36898f8ac90036c4fcff81bff87569c5 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -67,6 +67,8 @@ typedef struct ir_value_s {
         int32_t local;
         /* added for members */
         int32_t addroffset;
+        /* to generate field-addresses early */
+        int32_t fieldaddr;
     } code;
 
     /* for acessing vectors */