Module: wine Branch: master Commit: 53ae7824b6459e09f95721d0e82566f719a6ad45 URL: https://source.winehq.org/git/wine.git/?a=commit;h=53ae7824b6459e09f95721d0e...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Dec 7 18:45:39 2021 +0100
winedbg: Introduce dbg_lg(u)int_t and migrate all integral computations on this type.
As a side effect, the internal 'long int' type is now always 8 byte wide.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/winedbg/dbg.y | 6 +++--- programs/winedbg/debug.l | 8 ++++---- programs/winedbg/debugger.h | 21 +++++++++++++++++---- programs/winedbg/expr.c | 40 ++++++++++++++++++++-------------------- programs/winedbg/memory.c | 2 +- programs/winedbg/types.c | 28 +++++++++++++++++++++++----- 6 files changed, 68 insertions(+), 37 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=53ae7824b6459e09f9572...