ntdll/unix: Use Pc instead of Rip in signal_arm64.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7ae5f06e47
commit
d324014d42
|
@ -149,7 +149,7 @@ static inline struct arm64_thread_data *arm64_thread_data(void)
|
|||
NTSTATUS CDECL unwind_builtin_dll( ULONG type, DISPATCHER_CONTEXT *dispatch, CONTEXT *context )
|
||||
{
|
||||
#ifdef HAVE_LIBUNWIND
|
||||
ULONG_PTR ip = context->Rip;
|
||||
ULONG_PTR ip = context->Pc;
|
||||
unw_context_t unw_context;
|
||||
unw_cursor_t cursor;
|
||||
unw_proc_info_t info;
|
||||
|
|
Loading…
Reference in New Issue