clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

If you test worked, then there is something wrong with this test? See inline 
comment for copy and paste error



================
Comment at: 
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp:146
+        m_inst_emulator_up->GetRegisterInfo(
+            eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, ra_reg_info);
+
----------------
Is there a copy and paste error here?:

```
s/ra_reg_info/sp_reg_info/
```



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78077/new/

https://reviews.llvm.org/D78077



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to