mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:08:12 +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);
|
||||
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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user