mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-20 15:18:24 +02:00
* a_jmp_always fixed, it doesn't generate a new symbol anymore
git-svn-id: trunk@1534 -
This commit is contained in:
parent
d43f2fb2d4
commit
cf3c9bdcad
@ -934,7 +934,7 @@ unit cgcpu;
|
|||||||
|
|
||||||
procedure tcgarm.a_jmp_always(list : taasmoutput;l: tasmlabel);
|
procedure tcgarm.a_jmp_always(list : taasmoutput;l: tasmlabel);
|
||||||
begin
|
begin
|
||||||
list.concat(taicpu.op_sym(A_B,objectlibrary.newasmsymbol(l.name,AB_EXTERNAL,AT_FUNCTION)));
|
list.concat(taicpu.op_sym(A_B,l));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user