mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Port thread.c to OpenBSD ARM
Problem reported by Jeremie Courreges-Anglas (Bug#29005). * src/thread.c (main_thread): Align to GCALIGNMENT.
This commit is contained in:
parent
ad68bbd0da
commit
015f0bb2d8
@ -26,7 +26,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||||||
#include "coding.h"
|
#include "coding.h"
|
||||||
#include "syssignal.h"
|
#include "syssignal.h"
|
||||||
|
|
||||||
static struct thread_state main_thread;
|
static struct thread_state alignas (GCALIGNMENT) main_thread;
|
||||||
|
|
||||||
struct thread_state *current_thread = &main_thread;
|
struct thread_state *current_thread = &main_thread;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user