mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:21:26 +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}
|
||||||
{$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);
|
FRoutineAddress := LocToAddr(ARoutineAddress);
|
||||||
FCallContext := ACallContext;
|
FCallContext := ACallContext;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user