mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Update build.rs
This commit is contained in:
parent
bb180db30f
commit
b8ad2aedb4
@ -6271,7 +6271,7 @@ pub struct FunctionSpec<'ctx> {
|
||||
/// ownership of a register due to the convention. For example, on AArch64,
|
||||
/// values returned-by-pointer use the x8 register.
|
||||
/// But for internal functions we don't need to worry about that and we don't
|
||||
/// the convention, 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>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user