[Lldb-commits] [PATCH] D11930: [MIPS]Handle floating point and	aggregate return types in SysV-mips [32 bit] ABI
    Greg Clayton via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Aug 11 09:48:13 PDT 2015
    
    
  
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
    
    
More information about the lldb-commits
mailing list