From 7f83dba279d60dc6bd95c30c1b50923c4f999bac Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 22 Dec 2016 17:11:53 +0000 Subject: [PATCH] print_sigevent: change address argument type from long to kernel_ureg_t * print_sigevent.c (print_sigevent): Change address argument type from long to kernel_ureg_t. --- print_sigevent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print_sigevent.c b/print_sigevent.c index 0a3fceac..40ee725e 100644 --- a/print_sigevent.c +++ b/print_sigevent.c @@ -35,7 +35,8 @@ #include #include "xlat/sigev_value.h" -MPERS_PRINTER_DECL(void, print_sigevent, struct tcb *tcp, const long addr) +MPERS_PRINTER_DECL(void, print_sigevent, + struct tcb *const tcp, const kernel_ureg_t addr) { struct_sigevent sev; -- 2.50.1