| Submitter | Marcin Slusarz |
|---|---|
| Date | Nov. 30, 2008, 12:59 p.m. |
| Message ID | <20081130125918.GA6192@joi> |
| Download | mbox | patch |
| Permalink | /patch/11463/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/scripts/markup_oops.pl b/scripts/markup_oops.pl index 700a7a6..7038679 100644 --- a/scripts/markup_oops.pl +++ b/scripts/markup_oops.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # Copyright 2008, Intel Corporation # @@ -23,6 +23,9 @@ while (<STDIN>) { if ($_ =~ /EIP: 0060:\[\<([a-z0-9]+)\>\]/) { $target = $1; } + if ($_ =~ /RIP: 0010:\[\<([a-z0-9]+)\>\]/) { + $target = $1; + } } if ($target =~ /^f8/) {