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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user