[PATCH] D38819: [libunwind] Add support for dwarf unwinding on windows on x86_64
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 22 14:32:23 PDT 2017
mstorsjo added inline comments.
================
Comment at: src/UnwindRegistersRestore.S:98
+ # skip fs
+ # skip gs
+ movq 56(%rcx), %rsp # cut back rsp to new location
----------------
compnerd wrote:
> Doesn't Win64 ABI require some of the MMX registers be saved/restored too?
Right, yes, xmm6-xmm15 should be backed up and restored. I'll try to amend this with such a change.
https://reviews.llvm.org/D38819
More information about the cfe-commits
mailing list