Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
authorMarcus Meissner <marcus@jet.franken.de>
Sun, 21 Feb 1999 18:18:42 +0000 (18:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 21 Feb 1999 18:18:42 +0000 (18:18 +0000)
commit4ede296356dcadef5cb12d2e828ee59a6a408d08
tree52a7f90006628bd0554b0cce2a079456f889f075
parenta7f878519a284fee7bd552f9959d69bf58be4437
Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
wine_sigaction __PIC__ cases, since "g" will not work with
-fomit-frame-pointer ("g" is referenced using %esp which was
invalidated before). Bug found and (other) fix suggested by
<daniel@mat.utfsm.cl> Daniel Serpell.
loader/signal.c
memory/ldt.c
misc/port.c