]> code.bitgloo.com Git - bitgloo/alee-forth.git/commitdiff
align builtin dictionary
authorClyne Sullivan <clyne@bitgloo.com>
Sat, 14 Oct 2023 21:38:12 +0000 (17:38 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Sat, 14 Oct 2023 21:38:12 +0000 (17:38 -0400)
alee-standalone.cpp
msp430/alee-msp430.cpp

index 488d3baf6be15c852597a57e49d0d1b52cc1d916..d2151c827f2de58cb0f353e80d868e397e0a2fb8 100644 (file)
@@ -24,6 +24,7 @@
 #include <iostream>
 #include <vector>
 
+alignas(sizeof(Cell))
 #include "core.fth.h"
 
 static bool okay = false;
index b4f1b04526fcb4b46ea4bbbd160858c7e4b07527..3d660a7a5c3840fb107025947d49810bad948049 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <msp430.h>
 
+alignas(sizeof(Cell))
 #include "core.fth.h"
 
 static char strbuf[32];