aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.c b/print.c
index f16decb..31aa785 100644
--- a/print.c
+++ b/print.c
@@ -1097,7 +1097,7 @@ print_systemcall(struct process *proc)
GENERIC_HANDLER(bpf);
// UNIMPLEMENTED(break);
// UNIMPLEMENTED(breakpoint);
- SIMPLE(brk, "p", Int);
+ SIMPLE(brk, "p", Ptr);
// UNIMPLEMENTED(cachectl);
// GENERIC_HANDLER(cacheflush);
GENERIC_HANDLER(capget);