mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:59:29 +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
|
||||
p, q: tai;
|
||||
begin
|
||||
if not assigned(l) then
|
||||
exit;
|
||||
p:=tai(l.First);
|
||||
while p<>nil do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user