mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
Everywhere: Remove references to UserspaceEmulator
This commit is contained in:
parent
3f9d0c7789
commit
fd316728a0
9 changed files with 4 additions and 43 deletions
|
@ -295,7 +295,7 @@ Reader::LibraryData const* Reader::library_containing(FlatPtr address) const
|
|||
ByteString Reader::resolve_object_path(StringView name) const
|
||||
{
|
||||
// TODO: There are other places where similar method is implemented or would be useful.
|
||||
// (e.g. UserspaceEmulator, LibSymbolication, Profiler, and DynamicLinker itself)
|
||||
// (e.g. LibSymbolication, Profiler, and DynamicLinker itself)
|
||||
// We should consider creating unified implementation in the future.
|
||||
|
||||
if (name.starts_with('/') || !FileSystem::looks_like_shared_library(name)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue