瀏覽代碼

added missing closing parentheses

git-svn-id: trunk@25413 -
Károly Balogh 12 年之前
父節點
當前提交
2c49af3191
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/arm/narminl.pas

+ 1 - 1
compiler/arm/narminl.pas

@@ -342,7 +342,7 @@ implementation
         ref : treference;
         r : tregister;
       begin
-        if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
+        if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype]) then
           begin
             secondpass(left);
             case left.location.loc of