Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using atomic operations from sync/atomic on 64 bit variables on 32 bit architecture care must be taken to assure the variables are 8 byte aligned. Issue: golang/go#599 Applying a hack from: https://go101.org/article/memory-layout.html Fix execution error: runtime: unexpected return pc for armXadd64 called from 0x0
- Loading branch information