From 2adb00ac45889e3cbeb3765b4f22edaa6d4803e9 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 15 Dec 2007 22:30:23 +0000 Subject: [PATCH] * 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 - --- compiler/x86_64/rax64att.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/x86_64/rax64att.pas b/compiler/x86_64/rax64att.pas index a118373ef2..ef5affb3ad 100644 --- a/compiler/x86_64/rax64att.pas +++ b/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;