]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - jit/ExecutableAllocatorWin.cpp
JavaScriptCore-554.1.tar.gz
[apple/javascriptcore.git] / jit / ExecutableAllocatorWin.cpp
index 7467f81a65e23e94d4e389d0bdddf35a5bbf4d86..a9ba7d0ea1bc2e52311c4feea19e33d90dc518f5 100644 (file)
@@ -51,6 +51,10 @@ void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc)
     VirtualFree(alloc.pages, 0, MEM_RELEASE); 
 }
 
+#if ENABLE(ASSEMBLER_WX_EXCLUSIVE)
+#error "ASSEMBLER_WX_EXCLUSIVE not yet suported on this platform."
+#endif
+
 }
 
 #endif // HAVE(ASSEMBLER)