* fixed crash in map_structured_asmlist_inner, when the TAsmList parameter is nil

This commit is contained in:
Nikolay Nikolov 2023-10-16 23:22:10 +03:00
parent e0c41ebc5a
commit ea18d11d41

View File

@ -2649,6 +2649,8 @@ uses
var
p, q: tai;
begin
if not assigned(l) then
exit;
p:=tai(l.First);
while p<>nil do
begin