mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* graph unit 'ExitSave' variable changed to codepointer for i8086 medium memory model compilation
git-svn-id: trunk@25533 -
This commit is contained in:
parent
4d86d44e38
commit
aaf1a54778
@ -14,7 +14,7 @@
|
||||
**********************************************************************}
|
||||
|
||||
var
|
||||
ExitSave: pointer;
|
||||
ExitSave: codepointer;
|
||||
|
||||
const
|
||||
firstCallOfInitGraph: boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user