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 ac49a51bac
commit 26d7d42141

View File

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