+ tvardata.vuint32, resolvers #40729

This commit is contained in:
florian 2024-04-05 20:29:13 +02:00
parent 760484c7a4
commit 886f91dee3

View File

@ -120,6 +120,7 @@ type
varbyte : (vbyte : byte);
varword : (vword : word);
varlongword : (vlongword : dword);
varuint32 : (vuint32 : dword);
varint64 : (vint64 : int64);
varqword : (vqword : qword);
varword64 : (vword64 : qword);