https://bugs.kde.org/show_bug.cgi?id=385408
--- Comment #29 from Julian Seward <jsew...@acm.org> --- (In reply to Julian Seward from comment #28) > Looks good to me. My only comment is below. Duh! Here is is: guest_s390_helpers.c, __inline__ directives eg static __inline__ void Please remove the __inline__ directives. We build with -finline-functions, these are all low-frequency functions, and I prefer to leave gcc to decide for itself what to inline, in this case. -- You are receiving this mail because: You are watching all bug changes.