mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-04 13:21:15 -07:00
[MPS] Trace backtrace function PDL entries
* src/igc.c (scan_specpdl): Trace bt.function, which might not be covered by an ambiguous root.
This commit is contained in:
parent
23ef75876e
commit
9a657e1dab
1 changed files with 1 additions and 0 deletions
|
|
@ -1553,6 +1553,7 @@ scan_specpdl (mps_ss_t ss, void *start, void *end, void *closure)
|
|||
thread's control stack, or to something in the bytecode
|
||||
stack. Both should already be ambiguous roots. */
|
||||
case SPECPDL_BACKTRACE:
|
||||
IGC_FIX12_OBJ (ss, &pdl->bt.function);
|
||||
break;
|
||||
|
||||
#ifdef HAVE_MODULES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue