On Sun, Oct 07, 2001 at 09:32:56PM +0100, Ian Dowse wrote:
> Index: gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c
> ===================================================================
> RCS file: /dump/FreeBSD-CVS/src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c,v
> retrieving revision 1.27
> diff -u -r1.27 kvm-fbsd.c
> --- gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c  19 Sep 2001 18:42:19 -0000      1.27
> +++ gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c  7 Oct 2001 19:45:28 -0000
> @@ -176,7 +176,7 @@
>                 return (read_memory_integer (fr->frame + 8 + oEIP, 4));
>  
>         case tf_interrupt:
> -               return (read_memory_integer (fr->frame + 16 + oEIP, 4));
> +               return (read_memory_integer (fr->frame + 12 + oEIP, 4));

Please commit, if this is tested.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to