summaryrefslogtreecommitdiff
path: root/runtime/dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dwarf.h')
-rw-r--r--runtime/dwarf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dwarf.h b/runtime/dwarf.h
index 7daa5f1485..b491f4767c 100644
--- a/runtime/dwarf.h
+++ b/runtime/dwarf.h
@@ -18,6 +18,7 @@
#define ART_RUNTIME_DWARF_H_
namespace art {
+namespace dwarf {
// Based on the Dwarf 4 specification at dwarfstd.com and issues marked
// for inclusion in Dwarf 5 on same. Values not specified in the Dwarf 4
@@ -657,6 +658,7 @@ enum CallFrameInstruction : uint8_t {
DW_CFA_hi_user = 0x3f
};
+} // namespace dwarf
} // namespace art
#endif // ART_RUNTIME_DWARF_H_