mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +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 *)
|
||||
ldr r4, [r11, #-52]
|
||||
|
||||
{$ifdef FPC_abi_eabi}
|
||||
{$if defined(CPUARM_HAS_BLX)}
|
||||
blx r4
|
||||
{$else}
|
||||
mov r14, r15
|
||||
|
Loading…
Reference in New Issue
Block a user