Преглед на файлове

* fixed typo

git-svn-id: trunk@2926 -
Vincent Snijders преди 19 години
родител
ревизия
594861974d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/x86/cgx86.pas

+ 1 - 1
compiler/x86/cgx86.pas

@@ -1060,7 +1060,7 @@ unit cgx86;
         optimize_op_const(op, a);
         optimize_op_const(op, a);
 {$ifdef x86_64}
 {$ifdef x86_64}
         { x86_64 only supports signed 32 bits constants directly }
         { 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
            (size in [OS_S64,OS_64]) and
             ((a<low(longint)) or (a>high(longint))) then
             ((a<low(longint)) or (a>high(longint))) then
           begin
           begin