diff options
author | Carl Shapiro <cshapiro@google.com> | 2011-04-19 17:34:24 -0700 |
---|---|---|
committer | Carl Shapiro <cshapiro@google.com> | 2011-04-19 17:34:24 -0700 |
commit | 5d5b94c8d14b166af580d5dd5906db4f9527d6ca (patch) | |
tree | 3316231983154784835b1d8b056e233727ee42c5 /vm/compiler/Compiler.h | |
parent | 6f430bb050987ca4e0be70e9c6aea5a11b4a7f84 (diff) | |
download | android_dalvik-5d5b94c8d14b166af580d5dd5906db4f9527d6ca.tar.gz android_dalvik-5d5b94c8d14b166af580d5dd5906db4f9527d6ca.tar.bz2 android_dalvik-5d5b94c8d14b166af580d5dd5906db4f9527d6ca.zip |
Move the compiler into C++.
Change-Id: Idffbdb02c29e2be03a75f5a0a664603f2299504a
Diffstat (limited to 'vm/compiler/Compiler.h')
-rw-r--r-- | vm/compiler/Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h index 384cb1414..3ceb44796 100644 --- a/vm/compiler/Compiler.h +++ b/vm/compiler/Compiler.h @@ -227,7 +227,7 @@ bool dvmCompilerFindInductionVariables(struct CompilationUnit *cUnit, bool dvmCompilerClearVisitedFlag(struct CompilationUnit *cUnit, struct BasicBlock *bb); char *dvmCompilerGetDalvikDisassembly(const DecodedInstruction *insn, - char *note); + const char *note); char *dvmCompilerFullDisassembler(const struct CompilationUnit *cUnit, const struct MIR *mir); char *dvmCompilerGetSSAString(struct CompilationUnit *cUnit, |