Disable the exec shield workaround for now, it's causing too much
trouble.

diff --git a/loader/main.c b/loader/main.c
index 07e0d0f..51009c2 100644
--- a/loader/main.c
+++ b/loader/main.c
@@ -29,7 +29,7 @@
 {
     char error[1024];
 
-#ifdef __i386__
+#if 0
     static char pe_load[256*1024*1024] __attribute__((aligned(4096)));
     wine_set_pe_load_area( pe_load, sizeof(pe_load) );
 #endif