https://bugs.kde.org/show_bug.cgi?id=400538
--- Comment #1 from Julian Seward <jsew...@acm.org> --- 0x48 0xCF is IRETQ (return from interrupt) and it segfaults when run even natively (not on V) on my Fedora 29 box. So I'm kinda surprised that you expect it to work when running on V. But maybe I misunderstand what's going on here? My test case is int main ( void ) { __asm__ __volatile__(".byte 0x48, 0xCF" ::: "cc","memory"); return 0; } -- You are receiving this mail because: You are watching all bug changes.