Skip to content

x86 / Win64 ABI: fix inconsistency on callee-save XMM registers#584

Open
xavierleroy wants to merge 1 commit into
masterfrom
win64-callee-save
Open

x86 / Win64 ABI: fix inconsistency on callee-save XMM registers#584
xavierleroy wants to merge 1 commit into
masterfrom
win64-callee-save

Conversation

@xavierleroy

Copy link
Copy Markdown
Contributor

As reported by Christos Papakonstantinou (Cantina Security), is_callee_save was treating X6 and X7 as caller-save, while they are callee-save in the Win64 x86 ABI.

`is_callee_save` was treating X6 and X7 as caller-save, while they are
callee-save on Win64.
@m-schmidt

Copy link
Copy Markdown
Member

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants