winedbg: Declare debug channel only when needed in be_x86_64 (Clang).

This commit is contained in:
André Hentschel 2014-11-21 21:30:12 +01:00 committed by Alexandre Julliard
parent 67ee1faba2
commit 9988e2d685

View file

@ -22,10 +22,10 @@
#include "debugger.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#if defined(__x86_64__)
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#define STEP_FLAG 0x00000100 /* single step flag */
static BOOL be_x86_64_get_addr(HANDLE hThread, const CONTEXT* ctx,