lkml.org 
[lkml]   [2012]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 6/8] perf annotate browser: Initial support for navigating jump instructions
On 4/7/12 2:54 PM, Arnaldo Carvalho de Melo wrote:
> + s = strchr(s, '+');
> + if (s++ == NULL) {
> + ui_helpline__puts("Invallid jump instruction.");

s/Invallid/Invalid/

> + return true;
> + }
> +
> + offset = strtoll(s, NULL, 16);
> + line = annotate_browser__find_offset(browser, offset,&idx);
> + if (line == NULL) {
> + ui_helpline__puts("Invallid jump offset");

ditto

David


\
 
 \ /
  Last update: 2012-04-09 04:05    [W:0.054 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site