* cloned twasmtryexceptnode.pass_generate_code_no_exceptions into twasmtryexceptnode.pass_generate_code_native_exceptions

This commit is contained in:
Nikolay Nikolov 2021-09-18 02:52:24 +03:00
parent 334ea46b44
commit f76e91fb8b

View File

@ -366,7 +366,8 @@ implementation
procedure twasmtryexceptnode.pass_generate_code_native_exceptions;
begin
internalerror(2021091707);
location_reset(location,LOC_VOID,OS_NO);
secondpass(left);
end;
procedure twasmtryexceptnode.pass_generate_code;