]> git.eshelyaron.com Git - emacs.git/commit
Fix unexec failure on macOS 10.15.4
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 16 Feb 2020 00:50:26 +0000 (09:50 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 16 Feb 2020 00:50:26 +0000 (09:50 +0900)
commit888ffd960c06d56a409a7ff15b1d930d25c56089
treec9feba2ea85638768ddc84eab0cd891566cc7d0a
parentb392c9f365d081d98d9fbad5d54cadb7b9be15af
Fix unexec failure on macOS 10.15.4

* src/unexmacosx.c (unexec_regions_merge): Align region start addresses to
page boundaries and then merge regions.
src/unexmacosx.c