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:
parent
54daf432ec
commit
101520e02e
2
jedi.inc
2
jedi.inc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user