don't need esp
This commit is contained in:
Glenn Maynard
2004-03-19 21:28:59 +00:00
parent 60e2a38dc7
commit 4e5d430926
3 changed files with 4 additions and 8 deletions
@@ -177,7 +177,6 @@ bool GetThreadBacktraceContext( int ThreadID, BacktraceContext *ctx )
ctx->pid = ThreadID;
ctx->eip = regs.eip;
ctx->esp = regs.esp;
ctx->ebp = regs.ebp;
return true;