Fix typo
This commit is contained in:
@@ -793,7 +793,7 @@ status_t
|
|||||||
arch_vm_translation_map_early_query(addr_t va, phys_addr_t *out_physical)
|
arch_vm_translation_map_early_query(addr_t va, phys_addr_t *out_physical)
|
||||||
{
|
{
|
||||||
//PANIC_UNIMPLEMENTED();
|
//PANIC_UNIMPLEMENTED();
|
||||||
panic("vm_translation_map_quick_query(): not yet implemented\n");
|
panic("vm_translation_map_early_query(): not yet implemented\n");
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user