|
@@ -698,10 +698,15 @@ begin
|
|
firstReg:= taicpu(p).oper[0]^.reg;
|
|
firstReg:= taicpu(p).oper[0]^.reg;
|
|
|
|
|
|
x:= l.next;
|
|
x:= l.next;
|
|
|
|
+ if not assigned(x) then goto skip;
|
|
|
|
+
|
|
pp:= tai(x);
|
|
pp:= tai(x);
|
|
|
|
|
|
while pp.typ <> ait_instruction do begin
|
|
while pp.typ <> ait_instruction do begin
|
|
|
|
+
|
|
x:= x.next;
|
|
x:= x.next;
|
|
|
|
+ if not assigned(x) then goto skip;
|
|
|
|
+
|
|
pp:= tai(x);
|
|
pp:= tai(x);
|
|
end;
|
|
end;
|
|
|
|
|