@@ -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
if ispowerof2(alignment,i) then