commit | 79aafec96b237165e66f14ba963214fb709af847 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Oct 10 07:47:32 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 10 09:34:09 2022 -0600 |
tree | b38868cefe0563786159983b7b6951a8c1817878 | |
parent | c52ce603561128ca3b9bc626f27abd8cda09b4d6 [diff] |
Fix the guile build The frame_info_ptr patches broke the build with Guile. This patch fixes the problem. In mos cases I chose to preserve the use of frame_info_ptr, at least where I could be sure that the object lifetime did not interact with Guile's longjmp-based exception scheme. Tested on x86-64 Fedora 34.