]> git.eshelyaron.com Git - emacs.git/commit
* Fix bug#41346 assertion triggered while loading dump
authorAndrea Corallo <akrl@sdf.org>
Sun, 17 May 2020 07:48:26 +0000 (08:48 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 17 May 2020 07:50:53 +0000 (08:50 +0100)
commit9e9421c7eecd74c9f163253ab760044fca53f26b
tree9f40c981acb39e7cadd6bc1192dc1c1daa691ff2
parentd6f6353cfdbbea5501915675081265b4dc4591e3
* Fix bug#41346 assertion triggered while loading dump

* src/comp.c (load_comp_unit): While loading from dump lambda
fixups are still to happen here.  Verify relocation coherency only
after 'top_level_run' execution.
src/comp.c