diff options
Diffstat (limited to 'src/compiler/codegen/arm/Codegen.h')
| -rw-r--r-- | src/compiler/codegen/arm/Codegen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/codegen/arm/Codegen.h b/src/compiler/codegen/arm/Codegen.h index 24e2b3e380..8d3c4255d2 100644 --- a/src/compiler/codegen/arm/Codegen.h +++ b/src/compiler/codegen/arm/Codegen.h @@ -24,6 +24,8 @@ #include "../../CompilerIR.h" +namespace art { + #if defined(_CODEGEN_C) /* * loadConstant() sometimes needs to add a small imm to a pre-existing constant @@ -50,3 +52,5 @@ extern void oatSetupResourceMasks(ArmLIR* lir); extern ArmLIR* oatRegCopyNoInsert(CompilationUnit* cUnit, int rDest, int rSrc); + +} // namespace art |