ChangeSet ID: 14650 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/02 12:19:25
Modified files: server : fd.c loader : preloader.c kthread.c libs/wine : ldt.c dlls/ntdll : virtual.c signal_i386.c dlls/msvcrt/tests: cpp.c dlls/msvcrt : except.c cppexcept.c
Log message: Peter Chapman 9gfrye202@sneakemail.com Fix up several inline assembler blocks so that they produce correct code with the -fomit-frame-pointer gcc flag.
Patch: http://cvs.winehq.org/patch.py?id=14650
Old revision New revision Changes Path 1.28 1.29 +3 -3 wine/server/fd.c 1.10 1.11 +7 -7 wine/loader/preloader.c 1.10 1.11 +1 -1 wine/loader/kthread.c 1.5 1.6 +1 -1 wine/libs/wine/ldt.c 1.41 1.42 +1 -1 wine/dlls/ntdll/virtual.c 1.87 1.88 +2 -2 wine/dlls/ntdll/signal_i386.c 1.3 1.4 +4 -5 wine/dlls/msvcrt/tests/cpp.c 1.33 1.34 +1 -1 wine/dlls/msvcrt/except.c 1.12 1.13 +3 -3 wine/dlls/msvcrt/cppexcept.c