aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alee-standalone.cpp1
-rw-r--r--msp430/alee-msp430.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/alee-standalone.cpp b/alee-standalone.cpp
index 488d3ba..d2151c8 100644
--- a/alee-standalone.cpp
+++ b/alee-standalone.cpp
@@ -24,6 +24,7 @@
#include <iostream>
#include <vector>
+alignas(sizeof(Cell))
#include "core.fth.h"
static bool okay = false;
diff --git a/msp430/alee-msp430.cpp b/msp430/alee-msp430.cpp
index b4f1b04..3d660a7 100644
--- a/msp430/alee-msp430.cpp
+++ b/msp430/alee-msp430.cpp
@@ -22,6 +22,7 @@
#include <msp430.h>
+alignas(sizeof(Cell))
#include "core.fth.h"
static char strbuf[32];