summaryrefslogtreecommitdiff
path: root/bcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/function.c')
-rw-r--r--bcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc/function.c b/bcc/function.c
index 1f8b6f3..8fe679f 100644
--- a/bcc/function.c
+++ b/bcc/function.c
@@ -237,7 +237,7 @@ offset_T lastargsp;
if (sp != lastargsp - target->type->typesize)
{
bugerror("botched push of arg");
-#ifdef DEBUG
+#ifdef DBNODE
outstr("arg type is ");
dbtype(target->type);
outnl();