mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* WebAssembly code generator: don't emit a return instruction at the end of the
function, because it's redundant
This commit is contained in:
parent
ce5a632432
commit
342ede81ee
@ -2102,8 +2102,6 @@ implementation
|
||||
incstack(list,1);
|
||||
list.Concat(taicpu.op_sym(a_global_set,RefStackPointerSym));
|
||||
decstack(list,1);
|
||||
|
||||
list.concat(taicpu.op_none(a_return));
|
||||
end;
|
||||
list.concat(taicpu.op_none(a_end_function));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user