mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
Profiler: Fix disassembly view to work with shared libraries
Also, update path to kernel image from "boot/kernel" to "boot/Kernel". Fixes #4555
This commit is contained in:
parent
1af2f65df5
commit
4728d0dd6a
2 changed files with 28 additions and 15 deletions
|
@ -69,7 +69,7 @@ private:
|
|||
|
||||
Profile& m_profile;
|
||||
ProfileNode& m_node;
|
||||
OwnPtr<MappedFile> m_file;
|
||||
OwnPtr<MappedFile> m_kernel_file;
|
||||
|
||||
Vector<InstructionData> m_instructions;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue