aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-05 08:11:25 +0200
committerMattias Andrée <maandree@kth.se>2024-05-05 08:11:25 +0200
commit0aea30bc059e2cf6f57d2c513699beaec8eed1e6 (patch)
treeb956651b893ba64ef5db871f2a33490869f77617
parentEmpty signed commit (diff)
downloadsctrace-0aea30bc059e2cf6f57d2c513699beaec8eed1e6.tar.gz
sctrace-0aea30bc059e2cf6f57d2c513699beaec8eed1e6.tar.bz2
sctrace-0aea30bc059e2cf6f57d2c513699beaec8eed1e6.tar.xz
Fix return type of for brkHEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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);