https://bugs.kde.org/show_bug.cgi?id=381819
--- Comment #4 from smf.li...@ntlworld.com --- If it helps here is a chunk of the code from the begining of the function: 000000000001b8a0 <get_common_indeces.constprop.1>: 1b8a0: 53 push %rbx 1b8a1: 48 85 ff test %rdi,%rdi 1b8a4: 74 5a je 1b900 <get_common_indeces.constprop.1+0x60> 1b8a6: 49 89 d0 mov %rdx,%r8 1b8a9: 49 89 c9 mov %rcx,%r9 1b8ac: b8 01 00 00 00 mov $0x1,%eax 1b8b1: 0f a2 cpuid 1b8b3: 89 15 a3 d0 20 00 mov %edx,0x20d0a3(%rip) # 22895c <_rtld_global_ro+0x7c> 1b8b9: 8f ea 78 10 d0 08 04 bextr $0x408,%eax,%edx 1b8c0: 00 00 1b8c2: 89 1d 8c d0 20 00 mov %ebx,0x20d08c(%rip) # 228954 <_rtld_global_ro+0x74> 1b8c8: 89 0d 8a d0 20 00 mov %ecx,0x20d08a(%rip) # 228958 <_rtld_global_ro+0x78> 1b8ce: 89 05 7c d0 20 00 mov %eax,0x20d07c(%rip) # 228950 <_rtld_global_ro+0x70> 1b8d4: 89 17 mov %edx,(%rdi) 1b8d6: 8f ea 78 10 d0 04 04 bextr $0x404,%eax,%edx 1b8dd: 00 00 1b8df: 89 16 mov %edx,(%rsi) 1b8e1: 89 c2 mov %eax,%edx 1b8e3: c1 ea 0c shr $0xc,%edx 1b8e6: 81 e2 f0 00 00 00 and $0xf0,%edx 1b8ec: 41 89 10 mov %edx -- You are receiving this mail because: You are watching all bug changes.