mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 11:59:26 +02:00
fpdebug: fixed typo
git-svn-id: trunk@52909 -
This commit is contained in:
parent
f225c167a9
commit
934d3bae21
@ -1210,7 +1210,7 @@ begin
|
||||
if (AFrameRequired >= 0) and (AFrameRequired < FCallStackEntryList.Count) then
|
||||
exit;
|
||||
// TODO: remove, using AFrameRequired
|
||||
if FCallStackEntryList.Count > 0 then exit; // allready done
|
||||
if FCallStackEntryList.Count > 0 then exit; // already done
|
||||
|
||||
Address := Process.GetInstructionPointerRegisterValue;
|
||||
Frame := Process.GetStackBasePointerRegisterValue;
|
||||
|
Loading…
Reference in New Issue
Block a user