MemMMap: fix brk_syscall -- use unrounded input address as heap end
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 7 Dec 2023 08:53:20 +0000 (00:53 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 7 Dec 2023 08:53:20 +0000 (00:53 -0800)
commitb8464f22ff3c7768c6cc47d2b7d80c2efff4dd4a
treebaf75bc5832c12a39aa4a42cdaee72019496761e
parent9039c6d367f78280930f66a90fc17d9d4e7cc6c3
MemMMap: fix brk_syscall -- use unrounded input address as heap end

it should use the input address as given when tracking the end of
the heap and returning addresses. it still needs to align addresses
when mapping/unmapping pages.
src/openpower/decoder/isa/mem.py