1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00
serenity/Userland/DevTools
Rummskartoffel 89502fc329 UserspaceEmulator: Interpret zero-alignment as page-sized alignment
This commit fixes an issue where zero-alignment would lead to the
requested range being allocated outside of the total available range,
hitting an assert in RangeAllocator::allocate_anywhere().
2022-01-08 23:43:09 +01:00
..
HackStudio LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
Inspector Inspector: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Playground Playground: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Profiler Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
UserspaceEmulator UserspaceEmulator: Interpret zero-alignment as page-sized alignment 2022-01-08 23:43:09 +01:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00