Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179340
b: refs/heads/master
c: 1f8cdae
h: refs/heads/master
v: v3
  • Loading branch information
Hui Zhu authored and Linus Torvalds committed Jan 16, 2010
1 parent c1930fc commit 89a16cb
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: 97922b5462fa543484831d42ab0fe4562b9373fc
refs/heads/master: 1f8cdae43929d32e3706c314eb2a302dc3683fba
2 changes: 1 addition & 1 deletion trunk/scripts/markup_oops.pl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ sub process_x86_regs
if ($line =~ /RIP: 0010:\[\<([a-z0-9]+)\>\]/) {
$target = $1;
}
if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]/) {
if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) {
$function = $1;
$func_offset = $2;
}
Expand Down

0 comments on commit 89a16cb

Please sign in to comment.