03-26-2024, 10:33 AM
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;
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;