Merge pull request #1257 from uweigand/memcpy-align
Fix alignment flag for emit_small_memory_copy
This commit is contained in:
commit
64c73d0b3c
@ -614,7 +614,7 @@ impl<'tcx> CPlace<'tcx> {
|
||||
dst_align,
|
||||
src_align,
|
||||
true,
|
||||
MemFlags::trusted(),
|
||||
flags,
|
||||
);
|
||||
}
|
||||
CValueInner::ByRef(_, Some(_)) => todo!(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user