- Bugfix: x86_last_ip has size word_t

This commit is contained in:
Jan Stoess 2007-11-30 22:47:40 +01:00
parent ac85cb5468
commit e161d019f7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include INC_ARCH(cpu.h)
bool x86_single_step_on_branches = false;
u32_t x86_last_ip = ~0U;
word_t x86_last_ip = ~0U;
DECLARE_CMD (cmd_singlestep, root, 's', "singlestep", "Single step");