Fix debug-only crash when doing TMFLAGS=full objdir/js -j t/string-unpack-code.js. no_r=me.

--HG--
extra : rebase_source : f4c43ffeb2fec7de027217500c6a4db7b76724c7
This commit is contained in:
Jason Orendorff 2010-04-07 10:14:35 -05:00
Родитель 8ea122d1df
Коммит d0537ebcc5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3278,7 +3278,7 @@ class RegExpNativeCompiler {
#endif
#ifdef NJ_VERBOSE
debug_only_stmt( if (LogController.lcbits & LC_TMRegexp)
delete lir; )
delete verbose_filter; )
#endif
return JS_FALSE;
}