mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
opaque pointers fit in a register in x86
This commit is contained in:
parent
efd7d71dc4
commit
8ad185fd1a
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ macro_rules! single_register_int_builtins {
|
|||
#[macro_export]
|
||||
macro_rules! single_register_integers {
|
||||
() => {
|
||||
Layout::BOOL | single_register_int_builtins!()
|
||||
Layout::BOOL | single_register_int_builtins!() | Layout::OPAQUE_PTR
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue