Ugh, fix some copy and pasted code that somehow never got compiled or something

:(

llvm-svn: 10706
This commit is contained in:
Chris Lattner 2004-01-06 23:46:17 +00:00
parent 96e9a91f55
commit bd2977be1a
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ void CLIDebugger::breakCommand(std::string &Options) {
Options = Option + Options; // reconstruct string
// Parse the line specifier.
parseLineSpec(FirstLineSpec, File, LineNo);
parseLineSpec(Options, File, LineNo);
} else {
// Build a line specifier for the current stack frame.
throw "FIXME: breaking at the current location is not implemented yet!";