[PATCH] D30049: x86 interrupt calling convention: re-align stack pointer on 64-bit if an error code was pushed

Philipp Oppermann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 07:00:37 PDT 2017


phil-opp added a comment.

I just tested this version again and found a bug in the implementation: I forgot to adjust the offset of the error code and the pointer to the exception stack frame. So please do not merge this yet.


https://reviews.llvm.org/D30049





More information about the llvm-commits mailing list