|
From: Florian K. <fl...@ei...> - 2014-02-19 16:38:28
|
On 02/19/2014 12:11 PM, Maran Pakkirisamy wrote: > The test case fails from VEX r2818. Also the failure is not happening > always. Sometimes the testcase passes. > If I revert the changes in trunk/pub/libvex_guest_s390x.h, the testcase > passes all the time. Reverting r2818 is not exactly what we want as the problem is s390x specific. Can you add this assert somewhere vassert(sizeof(VexGuestS390XState) == 432); and see whether it fires? 432 is the expected size of the guest state but there is some trickery with a [0] array at the end of the guest state. This *should* work according to my reading of the docs but who knows. Florian |