mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-05 14:50:09 +00:00

This should be using the process instance retrieved within the function, and not g_current_process, otherwise this is potentially comparing iterators from unrelated vma_map instances (which is undefined behavior).