diff options
| -rw-r--r-- | lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp index d2f53f7..579eb08 100644 --- a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp +++ b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp @@ -200,6 +200,7 @@ static const RegisterInfo g_register_infos[] = { eFormatHex, {dwarf_cfa, dwarf_cfa, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM}, nullptr, + nullptr, }}; static const uint32_t k_num_register_infos = |
