'fr' macro: trace back to new kernel base 0xc0000000

This commit is contained in:
Greg Lehey 1999-04-05 03:55:44 +00:00
parent 6f2a248bff
commit 6560c980ca
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ set $fno = 0
set $searching = 1
if ($myvectorproc->p_flag & 4)
set $frame = $myvectorproc->p_addr->u_pcb->pcb_ebp
while (($searching == 1) && (*(int *) $frame > 0xf0000000))
while (($searching == 1) && (*(int *) $frame > 0xc0000000))
set $myebp = *(int *) $frame
set $myeip = *(int *) ($frame + 4)
if ($fno == $arg0)