[Lldb-commits] [lldb] [lldb][AArch64] Add SME2's ZT0 register (PR #70205)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 31 15:15:02 PDT 2023
================
@@ -580,7 +616,8 @@ enum RegisterSetType : uint32_t {
// Pointer authentication registers are read only, so not included here.
MTE,
TLS,
- SME, // ZA only, SVCR and SVG are pseudo registers.
+ SME, // ZA only , SVCR and SVG are pseudo registers.
----------------
jasonmolenda wrote:
"only , SVCR" -> "only, SVCR".
https://github.com/llvm/llvm-project/pull/70205
More information about the lldb-commits
mailing list