diff options
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
| -rw-r--r-- | src/compiler/codegen/CompilerCodegen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h index 20b2e45574..9381735728 100644 --- a/src/compiler/codegen/CompilerCodegen.h +++ b/src/compiler/codegen/CompilerCodegen.h @@ -22,7 +22,8 @@ namespace art { LIR* rawLIR(CompilationUnit* cUnit, int dalvikOffset, int opcode, int op0 = 0, - int op1 = 0, int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = NULL); + int op1 = 0, int op2 = 0, int op3 = 0, int op4 = 0, + LIR* target = NULL); int oatGetInsnSize(LIR* lir); |