+ removed probably accidentally left in A_BL generation, which caused double BL <name> instruction generation

on MorphOS (and all PowerPC32 systems, except Darwin)... These systems now should cycle again.

git-svn-id: trunk@12425 -
This commit is contained in:
Károly Balogh 2008-12-23 20:48:43 +00:00
parent 513b89f961
commit 75fae87e46

View File

@ -259,7 +259,7 @@ const
list.concat(taicpu.op_sym(A_BL,current_asmdata.RefAsmSymbol(s)))
else
list.concat(taicpu.op_sym(A_BL,current_asmdata.WeakRefAsmSymbol(s)));
list.concat(taicpu.op_sym(A_BL,current_asmdata.RefAsmSymbol(s)));
if target_info.system=system_powerpc_macos then
list.concat(taicpu.op_none(A_NOP));
end