WIP multi-context support

This commit is contained in:
Nishi 2026-06-19 21:48:44 +09:00
commit d06b056f05
25 changed files with 440 additions and 417 deletions

View file

@ -154,4 +154,9 @@ typedef struct workarea {
Global global;
} WorkArea;
typedef struct sj3context {
Global* work;
STDY* stdy;
} Sj3Context;
#endif