FpDebug: fix typo

This commit is contained in:
Martin 2022-09-14 18:40:17 +02:00
parent 88e9c521d7
commit 8e038f924e

View File

@ -563,7 +563,7 @@ begin
result := FThreadState64.__rsp;
end;
procedure TDbgDarwinThread.SetSetInstructionPointerRegisterValue(AValue: TDbgPtr);
procedure TDbgDarwinThread.SetInstructionPointerRegisterValue(AValue: TDbgPtr);
begin
end;