forked from M-Labs/nac3
1
0
Fork 0

fixup! fixup! core/ndstrides: implement np_array()

fix binop +
This commit is contained in:
lyken 2024-08-23 16:35:43 +08:00
parent 4e3e490b92
commit 2941e8e865
No known key found for this signature in database
GPG Key ID: 3BD5FC6AC8325DD8
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,7 @@ pub fn gen_binop_expr_with_values<'ctx, G: CodeGenerator>(
rhs_len.value,
);
Ok(Some(concat_items.value.as_basic_value_enum().into()))
Ok(Some(concat.instance.value.as_basic_value_enum().into()))
}
Operator::Mult => {