Eric Pouech : dbghelp: Create a cpu backend to store CPU dependent code, and use it for the i386 stack implementation.

Alexandre Julliard julliard at winehq.org
Wed Dec 23 10:04:10 CST 2009


Module: wine
Branch: master
Commit: 7230659ce924327be9caae74df01d0a084095235
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7230659ce924327be9caae74df01d0a084095235

Author: Eric Pouech <eric.pouech at orange.fr>
Date:   Tue Dec 22 14:21:07 2009 +0100

dbghelp: Create a cpu backend to store CPU dependent code, and use it for the i386 stack implementation.

---

 dlls/dbghelp/Makefile.in       |    1 +
 dlls/dbghelp/cpu_i386.c        |  348 ++++++++++++++++++++++++++++++
 dlls/dbghelp/dbghelp.c         |   22 ++
 dlls/dbghelp/dbghelp_private.h |   39 ++++
 dlls/dbghelp/stack.c           |  456 +++++-----------------------------------
 5 files changed, 467 insertions(+), 399 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=7230659ce924327be9caae74df01d0a084095235



More information about the wine-cvs mailing list