mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 14:09:15 +02:00
* fixed runtime check
This commit is contained in:
parent
a51ce770c2
commit
1d8b9cac97
@ -60,6 +60,7 @@ begin
|
||||
on EAccessViolation do WriteLn('Access Violation');
|
||||
else
|
||||
WriteLn('Problem');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user