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

smmFunctions.pas

$
0
0
bug?
Just installed 15.5.10.
Got this error in BitScanLast: [dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch


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

Viewing all articles
Browse latest Browse all 275

Trending Articles