From 89a16cbe466c38e64fac3e25b3075ef4405edf72 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Fri, 15 Jan 2010 17:01:07 -0800 Subject: [PATCH] --- yaml --- r: 179340 b: refs/heads/master c: 1f8cdae43929d32e3706c314eb2a302dc3683fba h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/markup_oops.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8045512e1259..41e6855bed52 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97922b5462fa543484831d42ab0fe4562b9373fc +refs/heads/master: 1f8cdae43929d32e3706c314eb2a302dc3683fba diff --git a/trunk/scripts/markup_oops.pl b/trunk/scripts/markup_oops.pl index 5f0fcb712e29..ce3e40b01e48 100644 --- a/trunk/scripts/markup_oops.pl +++ b/trunk/scripts/markup_oops.pl @@ -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; }