mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 07:45:04 +00:00
correct some gen dev layouts
This commit is contained in:
parent
9e70308952
commit
54d0409396
2 changed files with 34 additions and 3 deletions
|
@ -2128,6 +2128,7 @@ trait Backend<'a> {
|
|||
// list: RocList,
|
||||
// alignment: u32,
|
||||
// element_width: usize,
|
||||
// element_refcounted: bool,
|
||||
// drop_index: u64,
|
||||
// inc: Inc,
|
||||
// dec: Dec,
|
||||
|
@ -2139,6 +2140,7 @@ trait Backend<'a> {
|
|||
list,
|
||||
list_argument.alignment,
|
||||
list_argument.element_width,
|
||||
list_argument.element_refcounted,
|
||||
drop_index,
|
||||
element_increment,
|
||||
element_decrement,
|
||||
|
@ -2147,6 +2149,7 @@ trait Backend<'a> {
|
|||
list_layout,
|
||||
Layout::U32,
|
||||
layout_usize,
|
||||
Layout::BOOL,
|
||||
Layout::U64,
|
||||
layout_usize,
|
||||
layout_usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue