diff options
author | Abseil Team <absl-team@google.com> | 2022-07-26 10:15:43 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-07-26 10:16:30 -0700 |
commit | b0787ae6bcd7fc9bc7dc572dcc6d8ee83cd9b0d9 (patch) | |
tree | c49a2347e631f3da94cdb34ab231523ae4fbf1ca /absl/synchronization/mutex.cc | |
parent | 63c9eeca0464c08ccb861b21e33e10faead414c9 (diff) | |
download | abseil-b0787ae6bcd7fc9bc7dc572dcc6d8ee83cd9b0d9.tar.gz abseil-b0787ae6bcd7fc9bc7dc572dcc6d8ee83cd9b0d9.tar.bz2 abseil-b0787ae6bcd7fc9bc7dc572dcc6d8ee83cd9b0d9.zip |
Fix frame pointer alignment check.
The frame pointer sanity check in NextStackFrame() was more restrictive than it is necessary. The frame pointer is used to load the saved link-register and the address for the next stack frame. So it only needs to be 8-byte aligned. The aarch64 ABI does not specify an alignment requirement for the frame point.
PiperOrigin-RevId: 463368519
Change-Id: I473e05181603288f14734fe29013900c7505e201
Diffstat (limited to 'absl/synchronization/mutex.cc')
0 files changed, 0 insertions, 0 deletions