FpDebug: allow function calls on Linux-32bit

This commit is contained in:
Martin 2022-06-29 17:42:08 +02:00
parent 649e4600ef
commit 2d7b1138f4

View File

@ -437,11 +437,6 @@ begin
{$ENDIF}
{$ENDIF}
{$IFDEF Linux}
if FController.CurrentProcess.Mode <> dm64 then
raise Exception.Create('Calling functions is only supported on 64-bits (x86_64)');
{$ENDIF}
FRoutineAddress := LocToAddr(ARoutineAddress);
FCallContext := ACallContext;