diff options
author | Greg Clayton <gclayton@apple.com> | 2010-07-07 17:07:17 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-07-07 17:07:17 +0000 |
commit | 69b518f6ef738e6f19c00d6e3383c75615ba224e (patch) | |
tree | f9addb58b49310240751ede69eb79cf86aa35504 /lldb/source/Commands | |
parent | 72db59664f3b0c039b5807e1eadef08ab3f5cde9 (diff) | |
download | bcm5719-llvm-69b518f6ef738e6f19c00d6e3383c75615ba224e.tar.gz bcm5719-llvm-69b518f6ef738e6f19c00d6e3383c75615ba224e.zip |
typedef fixups, patch from Jean-Daniel Dupas.
llvm-svn: 107794
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 0fd53fe9c78..97387584d5f 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -332,7 +332,7 @@ protected: }; -typedef enum StepScope +enum StepScope { eStepScopeSource, eStepScopeInstruction |