[Lldb-commits] [lldb] r250287 - Fix warning in CommandObjectMemory
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 14 03:29:36 PDT 2015
Author: tberghammer
Date: Wed Oct 14 05:29:36 2015
New Revision: 250287
URL: http://llvm.org/viewvc/llvm-project?rev=250287&view=rev
Log:
Fix warning in CommandObjectMemory
Modified:
lldb/trunk/source/Commands/CommandObjectMemory.cpp
Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectMemory.cpp?rev=250287&r1=250286&r2=250287&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectMemory.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectMemory.cpp Wed Oct 14 05:29:36 2015
@@ -1518,6 +1518,7 @@ protected:
case eFormatVectorOfUInt32:
case eFormatVectorOfSInt64:
case eFormatVectorOfUInt64:
+ case eFormatVectorOfFloat16:
case eFormatVectorOfFloat32:
case eFormatVectorOfFloat64:
case eFormatVectorOfUInt128:
More information about the lldb-commits
mailing list