resource debug lvar

This commit is contained in:
jacob 2024-03-11 21:47:55 -05:00
parent efa639c971
commit 536d1f602b

View File

@ -12,7 +12,7 @@
GLOBAL struct {
struct arena arena;
struct tar_archive archive;
} L = { 0 } DEBUG_LVAR(L_resource);
} L = { 0 }, DEBUG_LVAR(L_resource);
#endif
void resource_startup(void)