From 41c9abc8a51d0f4511d180426b5b788c52dfe517 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 14 Sep 2022 18:40:17 +0200 Subject: [PATCH] FpDebug: fix typo --- components/fpdebug/fpdbgdarwinclasses.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;