From 869daf0618daebd76be50a2d621ec61c67f6c020 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Tue, 2 Feb 2010 13:44:09 -0800 Subject: [PATCH] --- yaml --- r: 180177 b: refs/heads/master c: ef2b9b054580ef835078d8aa411bd06542cd5c1c h: refs/heads/master i: 180175: 2f4961d0738e12ff6ba2d9f5330594e293efabf6 v: v3 --- [refs] | 2 +- trunk/scripts/markup_oops.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 28cac7d87282..196a638cf9b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99cf611613f8826f52c156810bfb9e34c71d193a +refs/heads/master: ef2b9b054580ef835078d8aa411bd06542cd5c1c diff --git a/trunk/scripts/markup_oops.pl b/trunk/scripts/markup_oops.pl index ce3e40b01e48..e950f9cde019 100644 --- a/trunk/scripts/markup_oops.pl +++ b/trunk/scripts/markup_oops.pl @@ -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; }