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>
Wed, 13 Dec 2023 09:34:40 +0000 (09:34 +0000)
commit03857e8859d7a94db804e18d35b3e973d48a39fc
tree684f95289100b4959fafd4be4ef2c4bea72b8761
parent18cc74c8a3780985826834b24a8e7e94f3e7612e
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