Skip to content

Commit d478737

Browse files
committed
[lldb][debugserver] fix typeo in SME ZA register
chunk enumeartions. Noticed by David Spickett. NFC--no machine with a ZA register large enough to use this exists today.
1 parent c97256d commit d478737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/debugserver/source/MacOSX/arm64/sme_thread_status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ __attribute__((aligned(alignof(unsigned int))));
4646
#define ARM_SME_ZA_STATE9 40
4747
#define ARM_SME_ZA_STATE10 41
4848
#define ARM_SME_ZA_STATE11 42
49-
#define ARM_SME_ZA_STATE12 42
49+
#define ARM_SME_ZA_STATE12 43
5050
#define ARM_SME_ZA_STATE13 44
5151
#define ARM_SME_ZA_STATE14 45
5252
#define ARM_SME_ZA_STATE15 46

0 commit comments

Comments
 (0)