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:
geby
2013-02-08 09:56:18 +00:00
parent f14a216cfd
commit 23add47f60

View File

@ -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