-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3699 ARM: Add ALIGN_VAR(8) to _dr_simd_t.
2dfd7cb made the size of priv_mcontext_t a multiple of 8, enabling alignment when the struct is pushed onto the stack by assembly code. This patch adds ALIGN_VAR(8) to the definition of _dr_simd_t so that alignment is also enforced by the compiler. Change-Id: I3afd0a9babfe4091f414fb72a569ffd480db5985
- Loading branch information
1 parent
2dfd7cb
commit e075307
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters