summaryrefslogtreecommitdiff
path: root/runtime/obj_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/obj_ptr.h')
-rw-r--r--runtime/obj_ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/obj_ptr.h b/runtime/obj_ptr.h
index c4d2a5a135..a03b67bed7 100644
--- a/runtime/obj_ptr.h
+++ b/runtime/obj_ptr.h
@@ -25,7 +25,7 @@
#include "runtime_globals.h"
// Always inline ObjPtr methods even in debug builds.
-#define OBJPTR_INLINE __attribute__ ((always_inline, no_stack_protector))
+#define OBJPTR_INLINE __attribute__ ((always_inline))
namespace art {