mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/thread.c (run_thread): Do not igc_xfree handlers on macOS/arm64
This commit is contained in:
parent
dc87175c50
commit
1ca778c86c
1 changed files with 2 additions and 0 deletions
|
|
@ -855,7 +855,9 @@ run_thread (void *state)
|
|||
#ifndef HAVE_MPS
|
||||
xfree (c);
|
||||
#else
|
||||
#if !(defined DARWIN_OS && defined __arm64__)
|
||||
igc_xfree (c);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue