libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
309 stars 128 forks source link

Fix spurious RSP crashes. #685

Closed Themaister closed 4 years ago

Themaister commented 4 years ago

We need to have our own VA allocator, since jit_jmpi is implemented as a 32-bit relative jump on x64. Ensure we only have one huge VA reservation. For 32-bit, this is not a problem, so don't allocate huge pages.