page_check_range: fix wrap around test (Lauro Ramos Venancio).
commit55f280c90ed7288b392fcf718efc2d3caca11e91
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:24:11 +0000 (28 10:24 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:24:11 +0000 (28 10:24 +0000)
treed19001e25dc7b66808e4112b4ab49d1915a301e0
parentd732dcb442ce810709f48d7a105b573efda118a2
page_check_range: fix wrap around test (Lauro Ramos Venancio).

Move up the warp around test because line
'end = TARGET_PAGE_ALIGN(start+len);'
can interfere with it.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5563 c046a42c-6fe2-441c-8c8c-71466251a162
exec.c