diff options
Diffstat (limited to 'compiler/optimizing/stack_map_stream.cc')
-rw-r--r-- | compiler/optimizing/stack_map_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_stream.cc b/compiler/optimizing/stack_map_stream.cc index 777cbf7f74..3f6010d7af 100644 --- a/compiler/optimizing/stack_map_stream.cc +++ b/compiler/optimizing/stack_map_stream.cc @@ -26,7 +26,7 @@ #include "scoped_thread_state_change-inl.h" #include "stack_map.h" -namespace art HIDDEN { +namespace art { constexpr static bool kVerifyStackMaps = kIsDebugBuild; |