Add another NO_STACK_PROTECTOR.

Test: test.py
Bug: 265760793
Change-Id: Ie4170be3e7eabd4dfbc0d0d79215e8688dd7d411
diff --git a/runtime/interpreter/interpreter_common.cc b/runtime/interpreter/interpreter_common.cc
index 7b4923b..ac9980f 100644
--- a/runtime/interpreter/interpreter_common.cc
+++ b/runtime/interpreter/interpreter_common.cc
@@ -232,6 +232,7 @@
 //
 
 template <bool is_range>
+NO_STACK_PROTECTOR
 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
                                        Thread* self,
                                        ShadowFrame& shadow_frame,