mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* also handle enumeration results and integer result sizes, other than 32-bit in System.Rtti.Invoke for WebAssembly
This commit is contained in:
parent
12db8a59b5
commit
6972d16c3a
@ -315,6 +315,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
tkQWord, tkInt64:
|
tkQWord, tkInt64:
|
||||||
PUInt64(aResultValue)^ := PUInt64(@ResultBuf)^;
|
PUInt64(aResultValue)^ := PUInt64(@ResultBuf)^;
|
||||||
|
tkEnumeration,
|
||||||
|
tkInteger,
|
||||||
tkBool:
|
tkBool:
|
||||||
begin
|
begin
|
||||||
td := GetTypeData(aResultType);
|
td := GetTypeData(aResultType);
|
||||||
|
Loading…
Reference in New Issue
Block a user