summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-07 18:48:55 -0800
committerShih-wei Liao <sliao@google.com>2011-01-07 19:24:41 -0800
commit1c089c27301894ccc0ed6d8854ec1e7d4e73742f (patch)
treefb39e022df94f61d2338bd72212b3621292a78fd /rsScriptC.cpp
parent37150def08fc971e8422245efef27265331cace4 (diff)
downloadrs-1c089c27301894ccc0ed6d8854ec1e7d4e73742f.tar.gz
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 65d0ed29..5dd976a8 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -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
}