mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* fixed wrongly named defines
git-svn-id: trunk@8497 -
This commit is contained in:
parent
4f7106eded
commit
095f9cb9dd
@ -19,7 +19,7 @@
|
|||||||
{ If you use an aout system, set the conditional AOUT}
|
{ If you use an aout system, set the conditional AOUT}
|
||||||
{ $Define AOUT}
|
{ $Define AOUT}
|
||||||
|
|
||||||
{$ifdef i386}
|
{$ifdef CPUI386}
|
||||||
{$DEFINE ELFRES32}
|
{$DEFINE ELFRES32}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ property cmdline:Pchar read get_cmdline;
|
|||||||
implementation
|
implementation
|
||||||
{*****************************************************************************}
|
{*****************************************************************************}
|
||||||
|
|
||||||
{$if defined(i386) and not defined(FPC_USE_LIBC)}
|
{$if defined(CPUI386) and not defined(FPC_USE_LIBC)}
|
||||||
var
|
var
|
||||||
sysenter_supported: LongInt = 0;
|
sysenter_supported: LongInt = 0;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user