mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 07:50:15 +02:00
* free a stack slot after br_if
git-svn-id: branches/wasm@48045 -
This commit is contained in:
parent
2212bd5f3c
commit
bcb5c140d1
@ -73,6 +73,7 @@ begin
|
||||
current_asmdata.CurrAsmList.concat(taicpu.op_none(a_i32_eqz));
|
||||
|
||||
current_asmdata.CurrAsmList.concat(taicpu.op_const(a_br_if,1) );
|
||||
thlcgwasm(hlcg).decstack(current_asmdata.CurrAsmList,1);
|
||||
end;
|
||||
|
||||
procedure twasmwhilerepeatnode.pass_generate_code;
|
||||
|
Loading…
Reference in New Issue
Block a user