https://bugs.kde.org/show_bug.cgi?id=435665
Carl Love <c...@us.ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #138846|0 |1 is obsolete| | --- Comment #15 from Carl Love <c...@us.ibm.com> --- Created attachment 138960 --> https://bugs.kde.org/attachment.cgi?id=138960&action=edit PPC add copy, paste, cpabort support Updated patch - Added #if defined(__powerpc__) around body of copy_paste_abort_dirty_helper() function. - Changed "asm volitile" to "__asm__ __volitile__" for the copy, paste and cpabort instructions in the copy_paste_abort_dirty_helper() function to make it consistent with other inline assembly. - Added clarifying comments about the paste instruction per comment 11 I retested the patch with the above changes. I believe all concerns have now been addressed. -- You are receiving this mail because: You are watching all bug changes.