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:
parent
f14a216cfd
commit
23add47f60
4
jedi.inc
4
jedi.inc
@ -1,4 +1,4 @@
|
||||
{$IFNDEF JEDI_INC}
|
||||
{$IFNDEF JEDI_INC}
|
||||
{$DEFINE JEDI_INC}
|
||||
|
||||
{**************************************************************************************************}
|
||||
@ -509,7 +509,7 @@
|
||||
{ Set FreePascal to Delphi mode }
|
||||
{$IFDEF FPC}
|
||||
{$MODE DELPHI}
|
||||
{$ASMMODE Intel}
|
||||
// {$ASMMODE Intel} //Not needed and raise error on non-intel platforms!
|
||||
{$UNDEF BORLAND}
|
||||
{$DEFINE CPUASM}
|
||||
// FPC defines CPU32, CPU64 and Unix automatically
|
||||
|
Loading…
Reference in New Issue
Block a user