This commit is contained in:
David Anderson 2010-06-02 18:59:23 -07:00
commit e8bd3a6f72

View File

@ -214,6 +214,8 @@ mjit::Compiler::finishThisUp()
return Compile_Error;
}
script->nmap = nmap;
for (size_t i = 0; i < script->length; i++) {
Label L = jumpMap[i];
if (analysis[i].safePoint) {