Added missing PPCVMTranslationMap::QueryInterrupt(). Fixes #5275.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35516 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -576,6 +576,14 @@ PPCVMTranslationMap::Query(addr_t va, addr_t *_outPhysical, uint32 *_outFlags)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
status_t
|
||||||
|
PPCVMTranslationMap::QueryInterrupt(addr_t virtualAddress,
|
||||||
|
addr_t* _physicalAddress, uint32* _flags)
|
||||||
|
{
|
||||||
|
return PPCVMTranslationMap::Query(virtualAddress, _physicalAddress, _flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
addr_t
|
addr_t
|
||||||
PPCVMTranslationMap::MappedSize() const
|
PPCVMTranslationMap::MappedSize() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user