Subject: wine works again (almost)
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 09/18/1994 21:12:11
And I don't understand what is wrong yet; at least now it pops up windows
and sol.exe finishes dealing. Something is wrong with the stack; if I add:


    if (func_num == 131129) {
	arg_table[0] -= 2;
#ifdef DEBUG_ARGS
	printf("fixed %x\n", arg_table[0]);
#endif
    }


After I set arg_table in if1632/relay.c it works... I am still looking into
it, but having a semi-functional gdb is slowing things down.

christos