]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix comments and code snippets that were making incorrect claims about
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 14 Feb 2014 08:55:32 +0000 (08:55 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 14 Feb 2014 08:55:32 +0000 (08:55 +0000)
commit4a8a504011556d028fdc43263ae78d4a91fc88c6
tree8aa7c0122a5b9d247d5491a4c64a6e1a9f79cda5
parent97eadc3221530eb91b842d20c72fbd813da7eed9
Fix comments and code snippets that were making incorrect claims about
the alignment requirement of the guest state, shadow areas, and register
spill area sizes.
The size of these areas ought to be a multiple of 16 bytes.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2818
VEX/priv/guest_arm_helpers.c
VEX/priv/guest_x86_helpers.c
VEX/priv/host_generic_reg_alloc2.c
VEX/pub/libvex.h
VEX/pub/libvex_guest_arm.h
VEX/pub/libvex_guest_arm64.h
VEX/pub/libvex_guest_mips32.h
VEX/pub/libvex_guest_mips64.h
VEX/pub/libvex_guest_ppc32.h
VEX/pub/libvex_guest_s390x.h
VEX/pub/libvex_guest_x86.h