X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fregalloc.h;h=898b1e0a75f0a88f2746c9d818b2096ff295f2ff;hb=6d6af6193391f7f8e2f8d9e2ae5635f51e6ead34;hp=566e0cc4b270b8975dc26b30e4ced58a16ef1546;hpb=6f5a0b555436eba699f9dd2659471044097b951b;p=mono.git diff --git a/mono/mini/regalloc.h b/mono/mini/regalloc.h index 566e0cc4b27..898b1e0a75f 100644 --- a/mono/mini/regalloc.h +++ b/mono/mini/regalloc.h @@ -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];