FIX: Crash at the start with debug build

This commit is contained in:
Alexander Koblov 2025-03-25 19:57:10 +03:00
commit f333a88e0e

View file

@ -932,7 +932,7 @@ begin
end;
//------------------------------------------------------------------------------
{$PUSH}{$O-}{$R-}
{$PUSH}{$Q-}{$R-}
function GetHash(c: PUTF8Char; len: nativeint): cardinal;
var
i: integer;
@ -961,7 +961,7 @@ begin
end;
//------------------------------------------------------------------------------
{$PUSH}{$O-}{$R-}
{$PUSH}{$Q-}{$R-}
function GetHashCaseSensitive(name: PUTF8Char; nameLen: integer): cardinal;
var
i: integer;