Commit d324014d authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

ntdll/unix: Use Pc instead of Rip in signal_arm64.

parent 7ae5f06e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment