瀏覽代碼

* fixed another typo

git-svn-id: trunk@2927 -
Vincent Snijders 19 年之前
父節點
當前提交
7dfd96b59c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/cgx86.pas

+ 1 - 1
compiler/x86/cgx86.pas

@@ -1166,7 +1166,7 @@ unit cgx86;
         make_simple_ref(list,tmpref);
 {$ifdef x86_64}
         { x86_64 only supports signed 32 bits constants directly }
-        if not(op in [OP_NONE,OP_MOVE) and
+        if not(op in [OP_NONE,OP_MOVE]) and
            (size in [OS_S64,OS_64]) and
             ((a<low(longint)) or (a>high(longint))) then
           begin