Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Put the skiplist back in alphabetical order
  • Loading branch information
lauraxt authored and lonnen committed Dec 26, 2012
1 parent 212965a commit 253b9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config/processorconfig.py.dist
Expand Up @@ -184,6 +184,7 @@ prefixSignatureRegEx = '|'.join([
'_alloca_probe.*',
'__android_log_assert',
'arena_.*',
'BaseGetNamedObjectDirectory',
'.*calloc',
'cert_.*',
'CERT_.*',
Expand Down Expand Up @@ -309,7 +310,6 @@ prefixSignatureRegEx = '|'.join([
'WSASend.*',
'_ZdaPvRKSt9nothrow_t\"',
'zzz_AsmCodeRange_.*',
'BaseGetNamedObjectDirectory',
])

signaturesWithLineNumbersRegEx = cm.Option()
Expand Down

0 comments on commit 253b9b6

Please sign in to comment.