resource debug lvar
This commit is contained in:
parent
efa639c971
commit
536d1f602b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user