Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce size of RESERVED_BRK_SPACE for A32
For unknown reasons when RESERVED_BRK_SPACE is set to 128 * PAGE_SIZE MABMO segfaults on scanning the first instructions. The problem first transpires after mmap and remmap involving RESERVED_BRK_SPACE is executed. This fix reduces the reserved space back to PAGE_SIZE for A32 - the value used before RISC-V merge. One of the possible explnations is smaller virtual memory on A32 compared to A64 and RISC-V.
- Loading branch information