mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Merge pull request #2963 from rtfeldman/ayazhafiz-patch-1
Fix a typo from AArch64-related bugfix
This commit is contained in:
commit
a20cce3ad4
1 changed files with 2 additions and 2 deletions
|
@ -6270,8 +6270,8 @@ pub struct FunctionSpec<'ctx> {
|
||||||
/// We only care about this for C-call-conv functions, because this may take
|
/// We only care about this for C-call-conv functions, because this may take
|
||||||
/// ownership of a register due to the convention. For example, on AArch64,
|
/// ownership of a register due to the convention. For example, on AArch64,
|
||||||
/// values returned-by-pointer use the x8 register.
|
/// values returned-by-pointer use the x8 register.
|
||||||
/// But for internal functions we need to worry about that and we don't want
|
/// But for internal functions we don't need to worry about that and we don't
|
||||||
/// that, since it might eat a register and cause a spill!
|
/// want the convention, since it might eat a register and cause a spill!
|
||||||
cconv_sret_parameter: Option<u32>,
|
cconv_sret_parameter: Option<u32>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue