Rename alloc_map_ref to alloc_map
This commit is contained in:
parent
825b55e763
commit
f46e3ba308
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> Memory<'a, 'mir, 'tcx, M> {
|
|||
}
|
||||
|
||||
/// This is used by [priroda](https://github.com/oli-obk/priroda)
|
||||
pub fn alloc_map_ref(&self) -> &M::MemoryMap {
|
||||
pub fn alloc_map(&self) -> &M::MemoryMap {
|
||||
&self.alloc_map
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue