Skip to content

Commit d85fabe

Browse files
Merge pull request #3431 from adrian-prantl/sve4
Work around outdated system header files on Amazon Linux (4)
2 parents 434d67e + 075b0ac commit d85fabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ NativeRegisterContextLinux::CreateHostNativeRegisterContextLinux(
6565
#if LLDB_HAVE_USER_SVE_HEADER
6666
struct user_sve_header sve_header;
6767
#else
68-
struct user_sve_header sve_header {};
68+
struct sve_header {};
6969
#endif
7070
struct iovec ioVec;
7171
ioVec.iov_base = &sve_header;

0 commit comments

Comments
 (0)