mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* changed ExceptTryLevel from longint to nativeint (because i8086)
git-svn-id: trunk@26658 -
This commit is contained in:
parent
e0082262cc
commit
f4f35ad47b
@ -47,7 +47,7 @@ Var
|
||||
{$endif FPC_HAS_FEATURE_THREADING}
|
||||
ExceptAddrStack : PExceptAddr;
|
||||
ExceptObjectStack : PExceptObject;
|
||||
ExceptTryLevel : longint;
|
||||
ExceptTryLevel : nativeint;
|
||||
|
||||
Function RaiseList : PExceptObject;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user