[lldb][RISCV] Add missing flags pointer to register infos

efd64c2f25 added these.
This commit is contained in:
David Spickett
2023-04-19 11:42:14 +00:00
parent b720a59c11
commit ee9a646192

View File

@@ -74,7 +74,7 @@ using namespace riscv_dwarf;
#define DEFINE_VPR_ALT(reg, alt, generic_kind) \
{ \
#reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
VPR_KIND(vpr_##reg, generic_kind), nullptr, nullptr \
VPR_KIND(vpr_##reg, generic_kind), nullptr, nullptr, nullptr \
}
// clang-format on