diff options
| author | 2012-03-06 22:14:17 -0800 | |
|---|---|---|
| committer | 2012-03-12 16:01:37 -0700 | |
| commit | b5d09b2f87202bc132ac3991d4b6d71f4f6d9264 (patch) | |
| tree | e9d805a956b42fd9958163a1f5feef68e8c7d97b /src/compiler/codegen/CompilerCodegen.h | |
| parent | 79ab9e32c6880e7b342c192a479c858c9dccf496 (diff) | |
Method prologue and epilogues, add missing x86 functionality.
Enables compiling and running a number of JNI internal managed code
methods on the host.
Change-Id: I56fceb813d0cb24637bc784ba57f2d1d16911d48
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
| -rw-r--r-- | src/compiler/codegen/CompilerCodegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h index 9537e463ba..571d6da0f3 100644 --- a/src/compiler/codegen/CompilerCodegen.h +++ b/src/compiler/codegen/CompilerCodegen.h @@ -22,7 +22,7 @@ namespace art { LIR* rawLIR(CompilationUnit* cUnit, int dalvikOffset, int opcode, int op0 = 0, - int op1 = 0, int op2 = 0, int op3 = 0, LIR* target = NULL); + int op1 = 0, int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = NULL); int oatGetInsnSize(LIR* lir); |