mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
[lldb][RISCV] Add missing flags pointer to register infos
efd64c2f25 added these.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user