Commit 9988e2d6 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 67ee1fab
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment