winedbg: Update a comment.

This commit is contained in:
André Hentschel 2011-05-08 21:21:48 +02:00 committed by Alexandre Julliard
parent 2cbb6f3332
commit 71fe9c95a4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#ifdef __i386__
/* debugger/db_disasm.c */
/* db_disasm.c */
extern void be_i386_disasm_one_insn(ADDRESS64* addr, int display);
#define STEP_FLAG 0x00000100 /* single step flag */