From 0aea30bc059e2cf6f57d2c513699beaec8eed1e6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 5 May 2024 08:11:25 +0200 Subject: Fix return type of for brk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2