mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 15:59:45 +02:00
+ introduced TWasmBasicTypeList
This commit is contained in:
parent
1786875319
commit
d575aa5240
@ -41,6 +41,7 @@ uses
|
||||
O_MOV_DEST = 0;
|
||||
|
||||
type
|
||||
TWasmBasicTypeList = array of TWasmBasicType;
|
||||
|
||||
{ TWasmValueStack }
|
||||
|
||||
@ -61,8 +62,8 @@ uses
|
||||
|
||||
TWasmControlFrame = record
|
||||
opcode: tasmop;
|
||||
start_types: array of TWasmBasicType;
|
||||
end_types: array of TWasmBasicType;
|
||||
start_types: TWasmBasicTypeList;
|
||||
end_types: TWasmBasicTypeList;
|
||||
height: Integer;
|
||||
unreachable: Boolean;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user