commit | 4ede296356dcadef5cb12d2e828ee59a6a408d08 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Sun Feb 21 18:18:42 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 21 18:18:42 1999 +0000 |
tree | 52a7f90006628bd0554b0cce2a079456f889f075 | |
parent | a7f878519a284fee7bd552f9959d69bf58be4437 [diff] |
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.