Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180177
b: refs/heads/master
c: ef2b9b0
h: refs/heads/master
i:
  180175: 2f4961d
v: v3
  • Loading branch information
Hui Zhu authored and Linus Torvalds committed Feb 3, 2010
1 parent 1b8d092 commit 869daf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99cf611613f8826f52c156810bfb9e34c71d193a
refs/heads/master: ef2b9b054580ef835078d8aa411bd06542cd5c1c
2 changes: 1 addition & 1 deletion trunk/scripts/markup_oops.pl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ sub process_x86_regs
$function = $1;
$func_offset = $2;
}
if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]/) {
if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) {
$function = $1;
$func_offset = $2;
}
Expand Down

0 comments on commit 869daf0

Please sign in to comment.