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

Fix typo and good to go


================
Comment at: source/Plugins/Process/Linux/NativeThreadLinux.cpp:267
@@ +266,3 @@
+        case SIGILL:
+             //In case of MIPS64 target, SI_KERENEL is generated for invalid 
64bit address.
+             if (info->si_signo == SIGBUS && info->si_code == SI_KERNEL)
----------------
type above: SI_KERENEL, should be SI_KERNEL


Repository:
  rL LLVM

http://reviews.llvm.org/D11176




_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to