Fix "thread backtrace -s": option was misparsed because of a missing break.

<rdar://problem/24525106>

llvm-svn: 259962
This commit is contained in:
Jim Ingham 2016-02-06 00:31:23 +00:00
parent 23a6822976
commit 1f5fcf8afd
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public:
if (!success)
error.SetErrorStringWithFormat("invalid integer value for option '%c'", short_option);
}
break;
case 'e':
{
bool success;