Miri function identity hack: account for possible inlining
This commit is contained in:
parent
007fa3b94e
commit
fb4738571f
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ impl<'gcc, 'tcx> ConstMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
|
|||
}
|
||||
value
|
||||
}
|
||||
GlobalAlloc::Function(fn_instance) => self.get_fn_addr(fn_instance),
|
||||
GlobalAlloc::Function { instance, .. } => self.get_fn_addr(instance),
|
||||
GlobalAlloc::VTable(ty, trait_ref) => {
|
||||
let alloc = self
|
||||
.tcx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue