]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the unaligned store with post increment test: The misaligned pointer
authormarcel <marcel@FreeBSD.org>
Thu, 27 Jan 2005 22:46:15 +0000 (22:46 +0000)
committermarcel <marcel@FreeBSD.org>
Thu, 27 Jan 2005 22:46:15 +0000 (22:46 +0000)
commit8c11911620c334e21c9f9b60b778ef10b9ab4282
tree75e75f4d07fd9be01e6574f336952b0da17bc597
parent20bbcd4c386aabbe7f8c708d33fe7cc8e174c209
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