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
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#include "coding.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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue