pascalscript: Fix compilation of PascalScript for armel and m68k, from Abou Al Montacir

This commit is contained in:
mattias 2022-05-29 19:26:38 +02:00
parent bd81eaf9f6
commit 069804829c

View File

@ -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