https://bugs.kde.org/show_bug.cgi?id=404272

--- Comment #5 from Julian Seward <jsew...@acm.org> ---
I made a test case using the failing bytes you sent, as below, and
it runs ok with the trunk.

int main ( void )
{
   // 66 0f 38 23 c0          pmovsxwd %xmm0,%xmm0
   __asm__ __volatile__(".byte 0x66, 0xF, 0x38, 0x23, 0xC0"
                        :::"cc","memory");
   return 0;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to