summaryrefslogtreecommitdiff
path: root/gs/base/gsstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gsstruct.h')
-rw-r--r--gs/base/gsstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/base/gsstruct.h b/gs/base/gsstruct.h
index d846875e8..dac42d991 100644
--- a/gs/base/gsstruct.h
+++ b/gs/base/gsstruct.h
@@ -148,9 +148,9 @@ struct gs_gc_root_s {
gc_root_enum_ptrs, gc_root_reloc_ptrs, next)
/* Print a root debugging message. */
-#define if_debug_root(c, msg, rp)\
- if_debug4(c, "%s 0x%lx: 0x%lx -> 0x%lx\n",\
- msg, (ulong)(rp), (ulong)(rp)->p, (ulong)*(rp)->p)
+#define if_debug_root(c, mem, msg, rp)\
+ if_debug4m(c, mem, "%s 0x%lx: 0x%lx -> 0x%lx\n",\
+ msg, (ulong)(rp), (ulong)(rp)->p, (ulong)*(rp)->p)
/*
* We don't want to tie the allocator to using a single garbage collector,