Merge pull request #1257 from uweigand/memcpy-align

Fix alignment flag for emit_small_memory_copy
This commit is contained in:
bjorn3 2022-08-12 13:14:14 +02:00 committed by GitHub
commit 64c73d0b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,7 +614,7 @@ impl<'tcx> CPlace<'tcx> {
dst_align,
src_align,
true,
MemFlags::trusted(),
flags,
);
}
CValueInner::ByRef(_, Some(_)) => todo!(),