diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/export_report.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/export_report.pl b/scripts/export_report.pl index 9ed00d9bb0a7..08ceb42c19bb 100644 --- a/scripts/export_report.pl +++ b/scripts/export_report.pl @@ -112,7 +112,7 @@ foreach my $thismod (@allcfiles) { next; } if ($state eq 2) { - if ( $_ !~ /0x[0-9a-f]{7,8},/ ) { + if ( $_ !~ /0x[0-9a-f]+,/ ) { next; } my $sym = (split /([,"])/,)[4]; |