mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:06:07 +02:00
* fixed crash in map_structured_asmlist_inner, when the TAsmList parameter is nil
This commit is contained in:
parent
e0c41ebc5a
commit
ea18d11d41
@ -2649,6 +2649,8 @@ uses
|
|||||||
var
|
var
|
||||||
p, q: tai;
|
p, q: tai;
|
||||||
begin
|
begin
|
||||||
|
if not assigned(l) then
|
||||||
|
exit;
|
||||||
p:=tai(l.First);
|
p:=tai(l.First);
|
||||||
while p<>nil do
|
while p<>nil do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user