Disable the exec shield workaround for now, it's causing too much
trouble.
This commit is contained in:
parent
d841a735c7
commit
f223b8fe2d
@ -29,7 +29,7 @@ int main( int argc, char *argv[] )
|
|||||||
{
|
{
|
||||||
char error[1024];
|
char error[1024];
|
||||||
|
|
||||||
#ifdef __i386__
|
#if 0
|
||||||
static char pe_load[256*1024*1024] __attribute__((aligned(4096)));
|
static char pe_load[256*1024*1024] __attribute__((aligned(4096)));
|
||||||
wine_set_pe_load_area( pe_load, sizeof(pe_load) );
|
wine_set_pe_load_area( pe_load, sizeof(pe_load) );
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user