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.
2 parents 42b122b + 741bf6b commit 3647999Copy full SHA for 3647999
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
@@ -409,11 +409,9 @@ Status NativeRegisterContextLinux_arm64::WriteRegister(
409
if (m_sve_header_is_valid && vg_value == GetSVERegVG())
410
return error;
411
}
412
-#endif
+#endif
413
return Status("SVE vector length update failed.");
414
-#if LLDB_HAVE_USER_SVE_HEADER
415
416
417
418
// If target supports SVE but currently in FPSIMD mode.
419
if (m_sve_state == SVEState::FPSIMD) {
0 commit comments