|
@@ -653,8 +653,13 @@ implementation
|
|
begin
|
|
begin
|
|
{$ifdef m68k}
|
|
{$ifdef m68k}
|
|
if assigned(lasthp) and
|
|
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
|
|
begin
|
|
if ispowerof2(alignment,i) then
|
|
if ispowerof2(alignment,i) then
|
|
begin
|
|
begin
|