fix merge conflict

This commit is contained in:
Folkert 2021-11-21 20:34:16 +01:00
parent 64869ffb8b
commit f90f5a4bdd
2 changed files with 5 additions and 5 deletions

View file

@ -884,7 +884,7 @@ impl<
arg_layout: &Layout<'a>,
) -> Result<(), String> {
match arg_layout {
Layout::Builtin(Builtin::Int64) => {
Layout::Builtin(Builtin::Int(IntWidth::I64 | IntWidth::U64)) => {
let dst_reg = self.claim_general_reg(dst)?;
let src1_reg = self.load_to_general_reg(src1)?;
let src2_reg = self.load_to_general_reg(src2)?;