FpDebug: More fixes for "Solved AV in StateMachineValid" 239b2be664 / crash in asm window

This commit is contained in:
Martin 2022-05-16 21:49:44 +02:00
parent 28ac5176a9
commit fba36b9318

View File

@ -5867,6 +5867,7 @@ begin
Result := FAddressInfo <> nil;
if not result then exit;
Result := False;
if FAddressInfo^.StateMachine = nil
then begin
CompilationUnit.BuildLineInfo(FAddressInfo, False);