|
@@ -2426,19 +2426,6 @@ begin
|
|
consume(_LAST);
|
|
consume(_LAST);
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
- if (target_info.system in systems_wasm) and (idtoken=_SUSPENDING) then
|
|
|
|
- begin
|
|
|
|
- consume(_SUSPENDING);
|
|
|
|
- include(procoptions,po_wasm_suspending);
|
|
|
|
- synthetickind:=tsk_wasm_suspending_first;
|
|
|
|
- if idtoken=_FIRST then
|
|
|
|
- consume(_FIRST)
|
|
|
|
- else if idtoken=_LAST then
|
|
|
|
- begin
|
|
|
|
- consume(_LAST);
|
|
|
|
- synthetickind:=tsk_wasm_suspending_last;
|
|
|
|
- end;
|
|
|
|
- end;
|
|
|
|
{ default is to used the realname of the procedure }
|
|
{ default is to used the realname of the procedure }
|
|
if (import_nr=0) and not assigned(import_name) then
|
|
if (import_nr=0) and not assigned(import_name) then
|
|
begin
|
|
begin
|