Sun Sep  4 19:38:51 2005  Soeren Sandmann  <sandmann@redhat.com>

	* TODO: Updates
This commit is contained in:
Soeren Sandmann
2005-09-04 23:38:40 +00:00
committed by Søren Sandmann Pedersen
parent ee53bcffd4
commit 22d05ac014
4 changed files with 30 additions and 6 deletions

View File

@ -475,10 +475,10 @@ timer_notify (struct pt_regs *regs)
trace->pid = current->pid;
trace->truncated = 0;
i = 0;
trace->addresses[0] = (void *)regs->REG_INS_PTR;
i = 1;
trace->addresses[i++] = (void *)regs->REG_INS_PTR;
frame = (StackFrame *)regs->REG_FRAME_PTR;