This patch fixes PR32806:
The following instruction accesses a 64-bit register, but the mnemonic indicates that it is using a 16-bit register: Bytes: 67 49 5e Output: popw %r14 Expected: popq %r14
Differential D38626
Invalid used of 'w' suffix on push and pop using 64-bit register avt77 on Oct 6 2017, 7:27 AM. Authored by
Details This patch fixes PR32806: The following instruction accesses a 64-bit register, but the mnemonic indicates that it is using a 16-bit register: Bytes: 67 49 5e Output: popw %r14 Expected: popq %r14
Diff Detail
Event Timeline
|