Making --debug = false work.

This commit is contained in:
Ben Vanik
2014-01-06 22:46:21 -08:00
parent d1528e24bb
commit ff66064275
4 changed files with 15 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ int PPCTranslator::Translate(
}
// Emit function.
int result = builder_->Emit(symbol_info);
int result = builder_->Emit(symbol_info, debug_info != NULL);
XEEXPECTZERO(result);
// Stash raw HIR.