From 186935dccdeb09590c0858b7510c769f5ccb06de Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 21 Sep 2016 01:06:32 +0300 Subject: [PATCH] drc: avoid MAP_FIXED it's almost never a good idea, it will override some other mapping and make things crash --- libpcsxcore/new_dynarec/new_dynarec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpcsxcore/new_dynarec/new_dynarec.c b/libpcsxcore/new_dynarec/new_dynarec.c index ec2a6fae..b0bfb239 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.c +++ b/libpcsxcore/new_dynarec/new_dynarec.c @@ -7027,8 +7027,8 @@ void new_dynarec_init() #if BASE_ADDR_FIXED if (mmap (out, 1<