mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix
This commit is contained in:
parent
a6bb3ab03c
commit
929579d51d
1 changed files with 0 additions and 7 deletions
|
@ -830,14 +830,7 @@ impl<
|
|||
|
||||
self.copy_to_stack_offset(buf, size, from_offset, to_offset)
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
pointer_layouts!() => {
|
||||
=======
|
||||
LayoutRepr::RecursivePointer(_)
|
||||
| LayoutRepr::Boxed(_)
|
||||
| LayoutRepr::Union(_)
|
||||
| LayoutRepr::FunctionPointer(_) => {
|
||||
>>>>>>> 1e4ebab07 (Add FunctionPointer layout)
|
||||
// like a 64-bit integer
|
||||
debug_assert_eq!(to_offset % 8, 0);
|
||||
let reg = self.load_to_general_reg(buf, sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue