mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +02:00
+ {$hugecode on} for the graph unit in the large and huge i8086 memory models
git-svn-id: trunk@27616 -
This commit is contained in:
parent
597f110eb9
commit
1fa0e64480
@ -15,6 +15,12 @@
|
||||
unit Graph;
|
||||
interface
|
||||
|
||||
{ the code of the unit fits in 64kb in the medium memory model, but exceeds 64kb
|
||||
in the large and huge memory models, so enable huge code in these models. }
|
||||
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
|
||||
{$hugecode on}
|
||||
{$endif}
|
||||
|
||||
{$i graphh.inc}
|
||||
{$i vesah.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user