瀏覽代碼

* do not generate always debug messages in the arm assembler optimizer

git-svn-id: trunk@35891 -
florian 8 年之前
父節點
當前提交
4868b83157
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/arm/aoptcpu.pas

+ 2 - 2
compiler/arm/aoptcpu.pas

@@ -25,8 +25,8 @@ Unit aoptcpu;
 
 {$i fpcdefs.inc}
 
-{$define DEBUG_PREREGSCHEDULER}
-{$define DEBUG_AOPTCPU}
+{ $define DEBUG_PREREGSCHEDULER}
+{ $define DEBUG_AOPTCPU}
 
 Interface