mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
the actual fix
This commit is contained in:
parent
734cfe9bce
commit
c2216dfc9f
2 changed files with 52 additions and 51 deletions
|
@ -126,7 +126,8 @@ pub struct StorageManager<
|
|||
free_stack_chunks: Vec<'a, (i32, u32)>,
|
||||
stack_size: u32,
|
||||
|
||||
// The amount of extra stack space needed to pass args for function calling.
|
||||
/// Amount of extra stack space needed to pass arguments for a function call
|
||||
/// This is usually zero, and only used when the argument passing registers are all used
|
||||
fn_call_stack_size: u32,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue