Browse Source

Add OLD_ASSEMBLER macro to circumvent limitation of 2.6 GNU assembler used for EMX

git-svn-id: trunk@37006 -
pierre 8 years ago
parent
commit
b54e3bea6a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/emx/system.pas

+ 3 - 0
rtl/emx/system.pas

@@ -156,6 +156,9 @@ var
 
 
 implementation
 implementation
 
 
+{ EMX cross-assembler is way too old to support 64bit opcodes }
+{$define OLD_ASSEMBLER}
+
 {$I system.inc}
 {$I system.inc}
 
 
 var
 var