mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 17:59:32 +02:00
FpDebug: More fixes for "Solved AV in StateMachineValid" 239b2be664
/ crash in asm window
This commit is contained in:
parent
28ac5176a9
commit
fba36b9318
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user