* also handle enumeration results and integer result sizes, other than 32-bit in System.Rtti.Invoke for WebAssembly

This commit is contained in:
Nikolay Nikolov 2025-01-26 09:25:25 +02:00
parent 12db8a59b5
commit 6972d16c3a

View File

@ -315,6 +315,8 @@ begin
end;
tkQWord, tkInt64:
PUInt64(aResultValue)^ := PUInt64(@ResultBuf)^;
tkEnumeration,
tkInteger,
tkBool:
begin
td := GetTypeData(aResultType);