================
@@ -57,7 +57,7 @@ class RegisterContextPOSIX_mips64 : public
lldb_private::RegisterContext {
uint32_t m_num_registers;
uint8_t m_registers_count[register_set_count];
std::unique_ptr<lldb_private::RegisterInfoInterface>
- m_register_info_up; // Register Info Interface (FreeBSD or Linux)
+ m_register_info_up; // Register Info Interface (Linux)
----------------
mchoo7 wrote:
I guess I can remove RegisterContextPOSIX_mip64 in a different PR since this is
now technically a dead code?
https://github.com/llvm/llvm-project/pull/179582
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits