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 { GLOBAL struct {
struct arena arena; struct arena arena;
struct tar_archive archive; struct tar_archive archive;
} L = { 0 } DEBUG_LVAR(L_resource); } L = { 0 }, DEBUG_LVAR(L_resource);
#endif #endif
void resource_startup(void) void resource_startup(void)