Fixed printing of ESP/EIP in regs window of win32 enh debugger
This commit is contained in:
parent
475aa234e8
commit
67b98b4787
@ -843,7 +843,7 @@ void FillRegs()
|
||||
rV[RSP_Rnum] = rV[ESP_Rnum];
|
||||
#else
|
||||
// copy the lower dwords of RAX - RBP to EAX - EBP (with 32bit truncation)
|
||||
i = RBP_Rnum + 1;
|
||||
i = RIP_Rnum + 1;
|
||||
while (--i >= 0)
|
||||
rV[i + (EAX_Rnum - RAX_Rnum)] = GET32L(rV[i]);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user