summaryrefslogtreecommitdiff
path: root/bcc/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/debug.c')
-rw-r--r--bcc/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc/debug.c b/bcc/debug.c
index 9e97ae7..e437f78 100644
--- a/bcc/debug.c
+++ b/bcc/debug.c
@@ -113,7 +113,7 @@ struct symstruct *item;
break;
default:
outstr("bad storage (");
- outhex((uoffset_t) item->storage);
+ outhex((uoffset_T) item->storage);
outbyte(')');
outstr(" offset ");
}