mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 02:20:40 +02:00
FpDebug: allow function calls on Linux-32bit
This commit is contained in:
parent
649e4600ef
commit
2d7b1138f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user