fix standalone build
authornotaz <notasas@gmail.com>
Wed, 2 Oct 2024 23:40:56 +0000 (02:40 +0300)
committernotaz <notasas@gmail.com>
Wed, 2 Oct 2024 23:40:56 +0000 (02:40 +0300)
frontend/plugin_lib.c

index 21d6863..c8a6fed 100644 (file)
@@ -877,7 +877,7 @@ static void *pl_emu_mmap(unsigned long addr, size_t size,
        enum psxMapTag tag, int *can_retry_addr)
 {
        *can_retry_addr = 1;
-       return plat_mmap(addr, size, 0, is_fixed);
+       return plat_mmap(addr, size, 0, 0);
 }
 
 static void pl_emu_munmap(void *ptr, size_t size, enum psxMapTag tag)