jedi.inc - bug - do not set "ASMMODE intel" on FPC. It break non-intel platforms.
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@239 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
2
jedi.inc
2
jedi.inc
@@ -666,7 +666,7 @@
|
|||||||
{ Set FreePascal to Delphi mode }
|
{ Set FreePascal to Delphi mode }
|
||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
{$MODE DELPHI}
|
{$MODE DELPHI}
|
||||||
{$ASMMODE Intel}
|
// {$ASMMODE Intel} //this break FPC on non-intel platforms. Why it is here?
|
||||||
{$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