2009-12-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / regalloc.h
index 566e0cc4b270b8975dc26b30e4ced58a16ef1546..898b1e0a75f0a88f2746c9d818b2096ff295f2ff 100644 (file)
@@ -26,7 +26,7 @@ typedef struct {
         * If the register is spilled, then this contains -spill - 1, where 'spill'
         * is the index of the spill variable.
         */
-       gint16 *vassign;
+       gint32 *vassign;
 
        /* hard -> symbolic */
        int isymbolic [MONO_MAX_IREGS];