Move g_sys to the forth heap.

This commit is contained in:
Brad Nelson
2022-07-10 14:13:51 -07:00
parent ddd878ae20
commit 3b27ff93bb
8 changed files with 118 additions and 112 deletions

View File

@ -23,5 +23,5 @@ void setup() {
}
void loop() {
g_sys.rp = forth_run(g_sys.rp);
g_sys->rp = forth_run(g_sys->rp);
}