Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libunwind code movaps xmm, 0xxx0(rsp) is causing misaligned exception (…
…#1) but compiler default is 16 byte aligned. align stack boundary to 8 bytes default it aligns to 16, but somehow rsp is not 16 byte aligned, it caused movaps access misaligned(8 bytes not 16 bytes) address. need to see why rsp is not aligned by 16 Co-authored-by: Yao Zhao <[email protected]>
- Loading branch information