lkml.org 
[lkml]   [2008]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateSun, 10 Feb 2008 17:46:24 +0100
FromIngo Molnar <>
SubjectRe: [3/6] kgdb: core

* Marcin Slusarz <marcin.slusarz@gmail.com> wrote:

> if (hex_val < 0)
> break;
> *long_val = (*long_val << 4) | hex_val;
> num++;
> (*ptr)++;

agreed, fixed.

> > + remcom_out_buffer[0] = 'S';
> > + remcom_out_buffer[1] = hexchars[ks->signo >> 4];
> > + remcom_out_buffer[2] = hexchars[ks->signo % 16];
> use pack_hex_byte or & 0xf

fixed.

Ingo


\
 
 \ /
  Last update: 2008-02-10 17:49    [from the cache]
©2003-2010