Skip to content
Snippets Groups Projects
Commit 8c663c2c authored by Andreas Klebinger's avatar Andreas Klebinger
Browse files

Be explicit about how stack usage of mvar primops are covered.

This fixes #17893

[skip-ci]
parent 2a2f51d7
No related branches found
No related tags found
No related merge requests found
......@@ -524,6 +524,7 @@ stg_block_takemvar_finally
jump StgReturn [R1];
}
// Stack useage covered by RESERVED_STACK_WORDS
stg_block_takemvar /* mvar passed in R1 */
{
Sp_adj(-2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment