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)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:22 +0000 (19:26 +0000)
commit72bb05741db8c4d298cb024785508bca7c58e5ff
tree684f95289100b4959fafd4be4ef2c4bea72b8761
parent652ed5d7011c401fb939865ae134a6f67fac2477
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