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:
parent
831feaf212
commit
cc6ef2f922
@ -41,7 +41,7 @@
|
|||||||
#include "xlat/sigaltstack_flags.h"
|
#include "xlat/sigaltstack_flags.h"
|
||||||
|
|
||||||
static void
|
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;
|
stack_t ss;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user