diff options
Diffstat (limited to 'src/compiler/codegen/RallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/RallocUtil.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/codegen/RallocUtil.cc b/src/compiler/codegen/RallocUtil.cc index 3fe3b3ad5f..7dcb95bd36 100644 --- a/src/compiler/codegen/RallocUtil.cc +++ b/src/compiler/codegen/RallocUtil.cc @@ -27,6 +27,8 @@ #include "../Dataflow.h" #include "Ralloc.h" +namespace art { + #define SREG(c, s) ((c)->regLocation[(s)].sRegLow) /* * Get the "real" sreg number associated with an sReg slot. In general, @@ -1080,3 +1082,5 @@ extern RegLocation oatGetSrcWide(CompilationUnit* cUnit, MIR* mir, DCHECK(res.wide); return res; } + +} // namespace art |