Commit 71fe9c95 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Update a comment.

parent 2cbb6f33
...@@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winedbg); ...@@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#ifdef __i386__ #ifdef __i386__
/* debugger/db_disasm.c */ /* db_disasm.c */
extern void be_i386_disasm_one_insn(ADDRESS64* addr, int display); extern void be_i386_disasm_one_insn(ADDRESS64* addr, int display);
#define STEP_FLAG 0x00000100 /* single step flag */ #define STEP_FLAG 0x00000100 /* single step flag */
......
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