diff --git a/components/fpdebug/fpdbgdarwinclasses.pas b/components/fpdebug/fpdbgdarwinclasses.pas index 2b33748d98..547e06a7d3 100644 --- a/components/fpdebug/fpdbgdarwinclasses.pas +++ b/components/fpdebug/fpdbgdarwinclasses.pas @@ -563,7 +563,7 @@ begin result := FThreadState64.__rsp; end; -procedure TDbgDarwinThread.SetSetInstructionPointerRegisterValue(AValue: TDbgPtr); +procedure TDbgDarwinThread.SetInstructionPointerRegisterValue(AValue: TDbgPtr); begin end;