correct some gen dev layouts

This commit is contained in:
Brendan Hansknecht 2024-04-11 22:38:34 -07:00
parent 9e70308952
commit 54d0409396
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 34 additions and 3 deletions

View file

@ -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,