mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
force warning with XMM15 in rsave[]
This commit is contained in:
parent
70f7e8687d
commit
9a837884c6
@ -464,7 +464,7 @@ classify(Ins *i0, Ins *i1, AClass *ac, int op)
|
||||
int rsave[NRSave] = {
|
||||
RDI, RSI, RDX, RCX, R8, R9, R10, R11, RAX,
|
||||
XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, XMM8,
|
||||
XMM9, XMM10, XMM11, XMM12, XMM13, XMM14, /* XMM15 */
|
||||
XMM9, XMM10, XMM11, XMM12, XMM13, XMM14, XMM15
|
||||
};
|
||||
int rclob[NRClob] = {RBX, R12, R13, R14, R15};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user