]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the unaligned store with post increment test: The misaligned pointer
authorMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 27 Jan 2005 22:46:15 +0000 (22:46 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Thu, 27 Jan 2005 22:46:15 +0000 (22:46 +0000)
commit0335d35b091631f9d896cc9b49a065556e45008d
tree75e75f4d07fd9be01e6574f336952b0da17bc597
parent286fceb541406946a69898ff8f2e43ae5e345e0b
Fix the unaligned store with post increment test: The misaligned pointer
stopped pointing to the value the moment we wrote it due to the post
increment. So, grab the value for comparison out of the data structure
directly.
tools/regression/ia64/unaligned/test.c