* 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 -
This commit is contained in:
Jonas Maebe 2007-12-15 22:30:23 +00:00
parent 146b3d8bf3
commit 2adb00ac45

View File

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