Backed out changeset 8775c279e59c

This commit is contained in:
Andreas Gal 2009-01-12 19:39:55 -08:00
Родитель 30be65f596
Коммит 03dd415e7d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1131,7 +1131,7 @@ namespace nanojit
// Argument deltas are calculated relative to the final LIns,
// which is the last word in the cluster.
LInsp from = _buf->next() + argc * LIR_FAR_SLOTS + insSz - 1;
LInsp from = _buf->next() + argc + insSz - 1;
for (int32_t i=0; i < argc; i++)
makeReachable(args[i], from);