Skip to content
Snippets Groups Projects
Commit 9988e2d6 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

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

parent 67ee1fab
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment