mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 18:40:20 +02:00
- cleaned up twasmtryexceptnode.pass_generate_code_no_exceptions
This commit is contained in:
parent
c992566201
commit
6c213137a9
@ -285,14 +285,7 @@ implementation
|
|||||||
procedure twasmtryexceptnode.pass_generate_code_no_exceptions;
|
procedure twasmtryexceptnode.pass_generate_code_no_exceptions;
|
||||||
begin
|
begin
|
||||||
location_reset(location,LOC_VOID,OS_NO);
|
location_reset(location,LOC_VOID,OS_NO);
|
||||||
|
|
||||||
current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, try')));
|
|
||||||
|
|
||||||
secondpass(left);
|
secondpass(left);
|
||||||
//if codegenerror then
|
|
||||||
// goto errorexit;
|
|
||||||
|
|
||||||
current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, end')));
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure twasmtryexceptnode.pass_generate_code_js_exceptions;
|
procedure twasmtryexceptnode.pass_generate_code_js_exceptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user