* 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:
Jonas Maebe 2005-09-14 19:22:22 +00:00
parent 5c35fd818d
commit 9d877e055b

View File

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