mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-23 05:12:58 +00:00
Rename MDRawContextARM64 and its context flags
This makes way for the addition of a struct matching Microsoft's layout for ARM64. Change-Id: I115f25290863e7438852691d1ec3c9324a42f7a5 Reviewed-on: https://chromium-review.googlesource.com/1152158 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
@@ -259,7 +259,7 @@ Stackwalker* Stackwalker::StackwalkerForCPU(
|
||||
break;
|
||||
}
|
||||
|
||||
case MD_CONTEXT_ARM64:
|
||||
case MD_CONTEXT_ARM64_OLD:
|
||||
cpu_stackwalker = new StackwalkerARM64(system_info,
|
||||
context->GetContextARM64(),
|
||||
memory, modules,
|
||||
|
||||
Reference in New Issue
Block a user