summaryrefslogtreecommitdiffstats
path: root/src/constants_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants_arm.h')
-rw-r--r--src/constants_arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants_arm.h b/src/constants_arm.h
index 2d2acb7..097c6bc 100644
--- a/src/constants_arm.h
+++ b/src/constants_arm.h
@@ -10,6 +10,7 @@
#include "logging.h"
namespace art {
+namespace arm {
// Defines constants and accessor classes to assemble, disassemble and
// simulate ARM instructions.
@@ -548,6 +549,7 @@ class Instr {
DISALLOW_IMPLICIT_CONSTRUCTORS(Instr);
};
+} // namespace arm
} // namespace art
#endif // ART_SRC_CONSTANTS_ARM_H_