mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +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}
|
{$endif FPC_HAS_FEATURE_THREADING}
|
||||||
ExceptAddrStack : PExceptAddr;
|
ExceptAddrStack : PExceptAddr;
|
||||||
ExceptObjectStack : PExceptObject;
|
ExceptObjectStack : PExceptObject;
|
||||||
ExceptTryLevel : longint;
|
ExceptTryLevel : nativeint;
|
||||||
|
|
||||||
Function RaiseList : PExceptObject;
|
Function RaiseList : PExceptObject;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user