sigaltstack: change address argument type from unsigned long to kernel_ureg_t
* sigaltstack.c (print_stack_t): Change address argument type from unsigned long to kernel_ureg_t.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "xlat/sigaltstack_flags.h"
|
||||
|
||||
static void
|
||||
print_stack_t(struct tcb *tcp, unsigned long addr)
|
||||
print_stack_t(struct tcb *const tcp, const kernel_ureg_t addr)
|
||||
{
|
||||
stack_t ss;
|
||||
|
||||
|
Reference in New Issue
Block a user