Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DMD knows what epilogue code to insert for a non-naked assembly code function returning a four-byte struct. Other compilers such as LDC don’t. Improve compiler compatibility by implementing the ABI explicitly in the function using `naked` rather than having the compiler doing it implicitly.
- Loading branch information