Merge "For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb

This commit is contained in:
Shih-wei Liao
2011-01-07 19:26:44 -08:00
committed by Android (Google) Code Review

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
}