mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* no longer create new asmsymbols in a_jmp(). Very strange that the jmp
peephole optimization worked for ppc... git-svn-id: trunk@1079 -
This commit is contained in:
parent
5c35fd818d
commit
9d877e055b
@ -2289,7 +2289,7 @@ const
|
||||
p: taicpu;
|
||||
|
||||
begin
|
||||
p := taicpu.op_sym(op,objectlibrary.newasmsymbol(l.name,AB_EXTERNAL,AT_FUNCTION));
|
||||
p := taicpu.op_sym(op,l);
|
||||
if op <> A_B then
|
||||
create_cond_norm(c,crval,p.condition);
|
||||
p.is_jmp := true;
|
||||
|
Loading…
Reference in New Issue
Block a user