fix rebase fallout
This commit is contained in:
parent
059e7c0c80
commit
b86c050f64
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ where
|
|||
&mut self,
|
||||
src: Immediate<M::PointerTag>,
|
||||
dest: MPlaceTy<'tcx, M::PointerTag>,
|
||||
) -> EvalResult<'tcx> {
|
||||
) -> InterpResult<'tcx> {
|
||||
self.write_immediate_to_mplace_no_validate(src, dest)?;
|
||||
|
||||
if M::enforce_validity(self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue