[Lldb-commits] [PATCH] Improve PowerPC unwind support

Ed Maste emaste at freebsd.org
Sun Nov 9 18:51:07 PST 2014


================
Comment at: source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp:236
@@ -155,3 +235,3 @@
 {
-    return sizeof(GPR64);
+    return 0;
 }
----------------
This seems like it ought to have a comment.

http://reviews.llvm.org/D6183






More information about the lldb-commits mailing list