1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 313cc36fec kernel/vm_manager: Handle stack/TLS IO region placement better
Handles the placement of the stack a little nicer compared to the
previous code, which was off in a few ways. e.g.

The stack (new map) region, shouldn't be the width of the entire address
space if the size of the region calculation ends up being zero. It
should be placed at the same location as the TLS IO region and also have
the same size.

In the event the TLS IO region contains a size of zero, we should also
be doing the same thing. This fixes our memory layout a little bit and
also resolves some cases where assertions can trigger due to the memory
layout being incorrect.
2019-07-05 21:57:31 -04:00
..
audio_core Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
common texture_cache: Address Feedback 2019-07-05 09:46:53 -04:00
core kernel/vm_manager: Handle stack/TLS IO region placement better 2019-07-05 21:57:31 -04:00
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 2019-06-03 16:56:47 -04:00
tests Merge pull request #2583 from FernandoS27/core-timing-safe 2019-06-30 12:54:00 -04:00
video_core Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_cmd Merge pull request #2601 from FernandoS27/texture_cache 2019-07-05 13:39:13 -04:00
yuzu_tester yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
.clang-format
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 -04:00