fix recently-introduced GC safety bug

This commit is contained in:
Joel Dice 2008-07-11 19:24:37 -06:00
parent e31f795661
commit 5a97caa4ca

View File

@ -5107,7 +5107,7 @@ compile(MyThread* t, object method)
if (methodVirtual(t, method)) {
classVtable(t, methodClass(t, method), methodOffset(t, method))
= &singletonValue(t, compiled, 0);
= &singletonValue(t, methodCompiled(t, method), 0);
}
}
}