mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
; * src/thread.c (run_thread): Fix last change.
This commit is contained in:
parent
c364d5d99c
commit
904159b4d9
1 changed files with 1 additions and 3 deletions
|
|
@ -854,10 +854,8 @@ run_thread (void *state)
|
|||
c_next = c->nextfree;
|
||||
#ifndef HAVE_MPS
|
||||
xfree (c);
|
||||
#else
|
||||
#if !(defined DARWIN_OS && defined __arm64__)
|
||||
#elif !(defined DARWIN_OS && defined __arm64__)
|
||||
igc_xfree (c);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue