diff --git a/compiler/aggas.pas b/compiler/aggas.pas index e68ad10095..10876a2720 100644 --- a/compiler/aggas.pas +++ b/compiler/aggas.pas @@ -653,8 +653,13 @@ implementation begin {$ifdef m68k} if assigned(lasthp) and - (lasthp.typ=ait_instruction) and - (taicpu(lasthp).opcode<>A_JMP) then + ( + (lasthp.typ=ait_instruction) and + (taicpu(lasthp).opcode<>A_JMP) + ) or + ( + (lasthp.typ=ait_label) + ) then begin if ispowerof2(alignment,i) then begin