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:
geby 2021-10-17 14:53:03 +00:00
parent 54daf432ec
commit 101520e02e

View File

@ -666,7 +666,7 @@
{ Set FreePascal to Delphi mode }
{$IFDEF FPC}
{$MODE DELPHI}
{$ASMMODE Intel}
// {$ASMMODE Intel} //this break FPC on non-intel platforms. Why it is here?
{$UNDEF BORLAND}
{$DEFINE CPUASM}
// FPC defines CPU32, CPU64 and Unix automatically