Miri function identity hack: account for possible inlining
This commit is contained in:
parent
007fa3b94e
commit
fb4738571f
@ -221,7 +221,7 @@ fn scalar_to_backend(&self, cv: Scalar, layout: abi::Scalar, ty: Type<'gcc>) ->
|
|||||||
}
|
}
|
||||||
value
|
value
|
||||||
}
|
}
|
||||||
GlobalAlloc::Function(fn_instance) => self.get_fn_addr(fn_instance),
|
GlobalAlloc::Function { instance, .. } => self.get_fn_addr(instance),
|
||||||
GlobalAlloc::VTable(ty, trait_ref) => {
|
GlobalAlloc::VTable(ty, trait_ref) => {
|
||||||
let alloc = self
|
let alloc = self
|
||||||
.tcx
|
.tcx
|
||||||
|
Loading…
Reference in New Issue
Block a user