From: Clyne Sullivan Date: Sat, 14 Oct 2023 21:38:12 +0000 (-0400) Subject: align builtin dictionary X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=0b2ef84376c6837f494bf86a258f14717a9f1a99;p=bitgloo%2Falee-forth.git align builtin dictionary --- 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 #include +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 +alignas(sizeof(Cell)) #include "core.fth.h" static char strbuf[32];