mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:00:02 +02:00
pascalscript: Fix compilation of PascalScript for armel and m68k, from Abou Al Montacir
This commit is contained in:
parent
bd81eaf9f6
commit
069804829c
@ -122,7 +122,7 @@ load_regs:
|
|||||||
(* branch to the proc pointer *)
|
(* branch to the proc pointer *)
|
||||||
ldr r4, [r11, #-52]
|
ldr r4, [r11, #-52]
|
||||||
|
|
||||||
{$ifdef FPC_abi_eabi}
|
{$if defined(CPUARM_HAS_BLX)}
|
||||||
blx r4
|
blx r4
|
||||||
{$else}
|
{$else}
|
||||||
mov r14, r15
|
mov r14, r15
|
||||||
|
Loading…
Reference in New Issue
Block a user