[Lldb-commits] [lldb] r105808 - /lldb/trunk/include/lldb/Core/ArchSpec.h
Eli Friedman
eli.friedman at gmail.com
Thu Jun 10 21:24:36 PDT 2010
Author: efriedma
Date: Thu Jun 10 23:24:36 2010
New Revision: 105808
URL: http://llvm.org/viewvc/llvm-project?rev=105808&view=rev
Log:
Fix warning.
Modified:
lldb/trunk/include/lldb/Core/ArchSpec.h
Modified: lldb/trunk/include/lldb/Core/ArchSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ArchSpec.h?rev=105808&r1=105807&r2=105808&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ArchSpec.h (original)
+++ lldb/trunk/include/lldb/Core/ArchSpec.h Thu Jun 10 23:24:36 2010
@@ -30,7 +30,7 @@
public:
// Generic CPU types that each m_type needs to know how to convert
// their m_cpu and m_sub to.
- typedef enum CPU
+ enum CPU
{
eCPU_Unknown,
eCPU_arm,
More information about the lldb-commits
mailing list