https://bugs.kde.org/show_bug.cgi?id=388895

--- Comment #4 from b...@bob131.so ---
I've been fiddling with the headers a little, and it turns out that GCC on my
system seems to always pad VexGuestX86State and then align by 8. The header in
git has a 16-aligned size if I specify the packed GCC attribute.

It seems to be that an extra four bytes of padding are added after the segment
registers to 8-align the guest_LDT member. Moving one of the trailing padding
ints to after guest_SS gives a 16-aligned size.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to