mirror of https://github.com/l4ka/pistachio.git
- Bugfix: x86_last_ip has size word_t
This commit is contained in:
parent
ac85cb5468
commit
e161d019f7
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue