rengolin added a subscriber: rengolin.

================
Comment at: include/libunwind.h:49
@@ -48,1 +48,3 @@
 struct unw_context_t {
+#if defined(_LIBUNWIND_NATIVE_I386)
+  uint64_t data[8];
----------------
Wouldn't it be a lot simpler to just define a macro _LIBUNWIND_DATA_SIZE or 
something and have just one line here?


http://reviews.llvm.org/D20119



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

Reply via email to