Fix assertion when target==analyze

Option::OutputHHBC should always be true.
Esse commit está contido em:
mwilliams
2013-03-18 19:05:06 -07:00
commit de Sara Golemon
commit d8846c5733
+1 -1
Ver Arquivo
@@ -477,8 +477,8 @@ int prepareOptions(CompilerOptions &po, int argc, char **argv) {
(Util::format_pattern(po.excludeStaticPatterns[i], true));
}
Option::OutputHHBC = true;
if (po.target == "hhbc" || po.target == "run") {
Option::OutputHHBC = true;
Option::AnalyzePerfectVirtuals = false;
}