fix this callsite incase someone ever does the TODO for setting valueClass()

Esse commit está contido em:
ptarjan
2013-03-25 01:01:00 -07:00
commit de Sara Golemon
commit bb40c64e25
+1 -1
Ver Arquivo
@@ -9073,7 +9073,7 @@ TranslatorX64::translateFPushObjMethodD(const Tracelet &t,
}
if (func) {
if (func->attrs() & AttrStatic) {
if (func->attrs() & AttrStatic && !func->isClosureBody()) {
if (func->attrs() & AttrPrivate) {
emitVStackStoreImm(a, i, uintptr_t(curFunc()->cls()) | 1,
thisOff, sz::qword);