mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
* StackTop now common (remove duplicate)
git-svn-id: trunk@2751 -
This commit is contained in:
parent
03ac7991e8
commit
b108f79236
@ -133,7 +133,6 @@ var
|
|||||||
(* for all threads, so the setting isn't declared as a threadvar and *)
|
(* for all threads, so the setting isn't declared as a threadvar and *)
|
||||||
(* should be only changed at the beginning of the main thread if needed. *)
|
(* should be only changed at the beginning of the main thread if needed. *)
|
||||||
UseHighMem: boolean;
|
UseHighMem: boolean;
|
||||||
StackTop : PtrUInt;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user