소스 검색

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