win32-change trace logger not to use such a wide disassembly field. it makes tracing to the tracer window using the old options useless since the registers are pushed off the edge. if this is unacceptable for some reason (i have no idea why the disassembly field became so big; is it for symbolic stuff?) then we should make it an option, or make it dynamic and use the smaller size when logging to the window with default option set.

This commit is contained in:
zeromus 2012-12-05 18:42:21 +00:00
parent 9cc3a0d29c
commit 7ec00fad29
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define LOG_TABS_MASK 31
#define LOG_ADDRESS_MAX_LEN 7
#define LOG_DATA_MAX_LEN 11
#define LOG_DISASSEMBLY_MAX_LEN 64
#define LOG_DISASSEMBLY_MAX_LEN 34
extern HWND hTracer;
extern int log_update_window;