diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-23 21:50:06 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-24 09:27:13 +0200 |
commit | f2eb759901f1fb7c96654b2461ae8fc348e250bb (patch) | |
tree | 34803886e5013bfd63ab983d70890ffc8c6d21c9 /Kernel/Arch/x86 | |
parent | dc3cc7368b319a7fa96cdbe42f731e696a513b83 (diff) | |
download | serenity-f2eb759901f1fb7c96654b2461ae8fc348e250bb.zip |
Profiler: Use u32 when constructing InstructionData
When constructing values of the InstructionData type we assume that
the event_count field is a size_t while it actually is a u32. On x86_64
this fails because those are different types.
Diffstat (limited to 'Kernel/Arch/x86')
0 files changed, 0 insertions, 0 deletions