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:
Дмитрий Левин 2016-12-22 20:49:04 +00:00
parent 831feaf212
commit cc6ef2f922

View File

@ -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;