am 4d46ecb0: Merge "For caching, didn\'t do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb

* commit '4d46ecb0759d5adfdb4015a27e2a596115180286':
  For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
This commit is contained in:
Shih-wei Liao
2011-01-08 13:14:06 -08:00
committed by Android Git Automerger

View File

@@ -437,7 +437,7 @@ void ScriptCState::runCompiler(Context *rsc,
}
#endif
if (bccCompileBC(s->mBccScript) != 0) {
if (bccPrepareExecutable(s->mBccScript) != 0) {
LOGE("bcc: FAILS to prepare executable");
// Handle Fatal Error
}