* src/vm/jit/reg.h (varinfo): Added new field ii in union v.
authorPeter Molnar <pm@complang.tuwien.ac.at>
Sun, 29 Jun 2008 19:24:31 +0000 (21:24 +0200)
committerPeter Molnar <pm@complang.tuwien.ac.at>
Sun, 29 Jun 2008 19:24:31 +0000 (21:24 +0200)
src/vm/jit/reg.h

index 66e989f006371a76bb23070191d9531136cbc7cf..b4196b1f4477200aa59f08b2af57e931875f0a3a 100644 (file)
@@ -53,6 +53,7 @@ struct varinfo {
                float f;
                double d;
                basicblock *retaddr;
+               s4 ii[2];
        } vv;
 #if defined(ENABLE_VERIFIER)
        typeinfo_t typeinfo;       /* type info for reference types              */