We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201877d commit 476e087Copy full SHA for 476e087
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
@@ -98,7 +98,8 @@ static RegisterInfoInterface *
98
CreateRegisterInfoInterface(const ArchSpec &target_arch) {
99
assert((HostInfo::GetArchitecture().GetAddressByteSize() == 8) &&
100
"Register setting path assumes this is a 64-bit host");
101
- return new RegisterInfoPOSIX_arm64(target_arch);
+ return new RegisterInfoPOSIX_arm64(
102
+ target_arch, RegisterInfoPOSIX_arm64::eRegsetMaskDefault);
103
}
104
105
static Status GetThreadContextHelper(lldb::thread_t thread_handle,
0 commit comments