Jelajahi Sumber

* enabled operand size checking (don't know why it was disabled,
but enabling it lets the compiler catch the error in tbf/tb0037
and causes no regressions)

git-svn-id: trunk@9465 -

Jonas Maebe 17 tahun lalu
induk
melakukan
2adb00ac45
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      compiler/x86_64/rax64att.pas

+ 0 - 2
compiler/x86_64/rax64att.pas

@@ -48,9 +48,7 @@ Unit rax64att;
         BuildOpcode(instr);
         instr.AddReferenceSizes;
         instr.SetInstructionOpsize;
-        {
         instr.CheckOperandSizes;
-        }
         instr.ConcatInstruction(curlist);
         instr.Free;
       end;