mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31: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;
|
||||
begin
|
||||
location_reset(location,LOC_VOID,OS_NO);
|
||||
|
||||
current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, try')));
|
||||
|
||||
secondpass(left);
|
||||
//if codegenerror then
|
||||
// goto errorexit;
|
||||
|
||||
current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, end')));
|
||||
end;
|
||||
|
||||
procedure twasmtryexceptnode.pass_generate_code_js_exceptions;
|
||||
|
Loading…
Reference in New Issue
Block a user