summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2023-02-07 10:18:17 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2023-02-08 09:24:29 +0000
commitd79af3d7c388c84c4f49eb0d4e0158656019fe83 (patch)
treef999243d835f0bd4f80057342f8ee001d04b05dc
parent87b04254c12a6d51ac24830f7398898cc58bc4dc (diff)
Add another NO_STACK_PROTECTOR.
Test: test.py Bug: 268075267 Change-Id: Ia4c4f2d54105bec0068116e842baebf1d58732dc
-rw-r--r--runtime/interpreter/interpreter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/interpreter.cc b/runtime/interpreter/interpreter.cc
index 0dc8d8bcb1..3ca531f89b 100644
--- a/runtime/interpreter/interpreter.cc
+++ b/runtime/interpreter/interpreter.cc
@@ -231,6 +231,7 @@ static void InterpreterJni(Thread* self,
}
}
+NO_STACK_PROTECTOR
static JValue ExecuteSwitch(Thread* self,
const CodeItemDataAccessor& accessor,
ShadowFrame& shadow_frame,