diff --git a/jedi.inc b/jedi.inc index c31a08c..5e6bcbd 100644 --- a/jedi.inc +++ b/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