* TWasmControlFrame changed to a record

This commit is contained in:
Nikolay Nikolov 2024-01-31 01:05:02 +02:00
parent ff3b4adc27
commit 506634f261

View File

@ -57,7 +57,7 @@ uses
{ TWasmControlFrame }
TWasmControlFrame = class
TWasmControlFrame = record
opcode: tasmop;
start_types: array of TWasmBasicType;
end_types: array of TWasmBasicType;