瀏覽代碼

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

git-svn-id: trunk@37006 -
pierre 8 年之前
父節點
當前提交
b54e3bea6a
共有 1 個文件被更改,包括 3 次插入0 次删除
  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