Fixed ASMMODE error in jedi.inc on non-intel FPC platforms.
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@178 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
4
jedi.inc
4
jedi.inc
@ -1,4 +1,4 @@
|
|||||||
{$IFNDEF JEDI_INC}
|
{$IFNDEF JEDI_INC}
|
||||||
{$DEFINE JEDI_INC}
|
{$DEFINE JEDI_INC}
|
||||||
|
|
||||||
{**************************************************************************************************}
|
{**************************************************************************************************}
|
||||||
@ -509,7 +509,7 @@
|
|||||||
{ Set FreePascal to Delphi mode }
|
{ Set FreePascal to Delphi mode }
|
||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
{$MODE DELPHI}
|
{$MODE DELPHI}
|
||||||
{$ASMMODE Intel}
|
// {$ASMMODE Intel} //Not needed and raise error on non-intel platforms!
|
||||||
{$UNDEF BORLAND}
|
{$UNDEF BORLAND}
|
||||||
{$DEFINE CPUASM}
|
{$DEFINE CPUASM}
|
||||||
// FPC defines CPU32, CPU64 and Unix automatically
|
// FPC defines CPU32, CPU64 and Unix automatically
|
||||||
|
Reference in New Issue
Block a user