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

Init the variables and this is good to go.


================
Comment at: source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp:426-428
@@ -425,3 +425,5 @@
     
     bool is_signed;
+    bool is_complex;
+    uint32_t count;
 
----------------
Initialize these with default values in case the code is changed/reorganized 
later.


Repository:
  rL LLVM

http://reviews.llvm.org/D11930



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

Reply via email to