summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2024-05-16 08:45:30 +0000
committer Mythri Alle <mythria@google.com> 2024-05-16 11:13:07 +0000
commitfc80cfa2ee373261e86a351a5656d2c96da497de (patch)
tree035f3e5b1580e8e69a3d24a5b9b3044f8f165166 /runtime/quick_exception_handler.cc
parent7e9fe3bb8f8ab7cf2ad06e1bd251886459300d49 (diff)
Fix a check for method exit hooks in ARM
We check if run_exit_hooks_ is true to run method exit hooks. Since run_exit_hooks_ is a bool value we should only compare with a byte and not the full word. ARM32 was using ldr instead of ldrb. Other architectures use the correct opcode. Bug: 335032759 Test: art/test.py Change-Id: I30bf11dbad44e25b6fe23d979cc7a6caa566d1e1
Diffstat (limited to 'runtime/quick_exception_handler.cc')
0 files changed, 0 insertions, 0 deletions