https://bugs.kde.org/show_bug.cgi?id=486180
Florian Krohm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Florian Krohm <[email protected]> --- I regtested on s390. No problems. Two comments: 1) No need to add LIBVEX_STATIC_ASSERT. We're compiling with C11 features being allowed. Use _Static_assert instead. E.g. _Static_assert((sizeof(VexGuestS390XState)%16) == 0, "VexGuestS390XState % 16 != 0"); 2) For s390 please add this patch on top of yours: diff --git a/VEX/pub/libvex_guest_s390x.h b/VEX/pub/libvex_guest_s390x.h index 09be613a5..4e71a6098 100644 --- a/VEX/pub/libvex_guest_s390x.h +++ b/VEX/pub/libvex_guest_s390x.h @@ -161,7 +161,7 @@ typedef struct { /* 792 */ UInt guest_EMNOTE; /* For translation chaining */ - /* 896 */ UInt host_EvC_COUNTER; + /* 796 */ UInt host_EvC_COUNTER; /* 800 */ ULong host_EvC_FAILADDR; /*------------------------------------------------------------*/ -- You are receiving this mail because: You are watching all bug changes.
