* a_jmp_always fixed, it doesn't generate a new symbol anymore

git-svn-id: trunk@1534 -
This commit is contained in:
florian 2005-10-19 14:38:30 +00:00
parent d43f2fb2d4
commit cf3c9bdcad

View File

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