Module: wine Branch: master Commit: 7230659ce924327be9caae74df01d0a084095235 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7230659ce924327be9caae74df...
Author: Eric Pouech eric.pouech@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=7230659ce924327be9caae...