mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
VFS: Get rid of the deprecated Inode::write(const ByteBuffer&).
Fix the only remaining call site to use Inode::write_bytes().
This commit is contained in:
parent
906685e238
commit
07f4c8b01b
Notes:
sideshowbarker
2024-07-19 15:58:47 +09:00
Author: https://github.com/awesomekling
Commit: 07f4c8b01b
6 changed files with 7 additions and 62 deletions
|
@ -208,7 +208,7 @@ Region* MemoryManager::region_from_laddr(Process& process, LinearAddress laddr)
|
|||
if (region->contains(laddr))
|
||||
return region.ptr();
|
||||
}
|
||||
kprintf("%s(%u) Couldn't find region for L%x (CR3=%x)\n", process.name().characters(), process.pid(), laddr.get());
|
||||
kprintf("%s(%u) Couldn't find region for L%x (CR3=%x)\n", process.name().characters(), process.pid(), laddr.get(), process.page_directory().cr3());
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue