Quantcast
Channel: Atozed Forums - All Forums
Viewing all articles
Browse latest Browse all 268

[dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch

$
0
0
Hi 

I installed IW  15.6.1
And again I get [dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch.
why is this not corrected.

Anyone know how to correct the error?

function BitScanLast(aValue: NativeInt): NativeUInt;
asm
{$IFDEF CPU386}
  BSR AX, aValue;                                        &t================= incorrect
{$ELSE} .NOFRAME
  BSR RAX, aValue;
{$ENDIF}
end;

Viewing all articles
Browse latest Browse all 268

Trending Articles