mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* TWasmControlFrame changed to a record
This commit is contained in:
parent
ff3b4adc27
commit
506634f261
@ -57,7 +57,7 @@ uses
|
||||
|
||||
{ TWasmControlFrame }
|
||||
|
||||
TWasmControlFrame = class
|
||||
TWasmControlFrame = record
|
||||
opcode: tasmop;
|
||||
start_types: array of TWasmBasicType;
|
||||
end_types: array of TWasmBasicType;
|
||||
|
Loading…
Reference in New Issue
Block a user