1
Fork 0
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:
Itamar 2021-01-09 11:11:02 +02:00 committed by Andreas Kling
parent 1af2f65df5
commit 4728d0dd6a
2 changed files with 28 additions and 15 deletions

View file

@ -69,7 +69,7 @@ private:
Profile& m_profile;
ProfileNode& m_node;
OwnPtr<MappedFile> m_file;
OwnPtr<MappedFile> m_kernel_file;
Vector<InstructionData> m_instructions;
};