mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
Ugh, fix some copy and pasted code that somehow never got compiled or something
:( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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!";
|
||||||
|
Reference in New Issue
Block a user