Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
smmFunctions.pas
#1
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;
Reply


Messages In This Thread
smmFunctions.pas - by Mikael Nilsson - 03-26-2024, 10:33 AM
RE: smmFunctions.pas - by Alexandre Machado - 04-04-2024, 02:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)