Skip to content

Commit

Permalink
Merge pull request #782 from Lonnen/17.5
Browse files Browse the repository at this point in the history
cherry picking Bug 781317 to stage
  • Loading branch information
lonnen committed Aug 8, 2012
2 parents ccd0acd + fc1bad2 commit 00b343b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ irrelevantSignatureRegEx.default = '|'.join([
'___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___',
'WaitForSingleObjectExImplementation',
'WaitForMultipleObjectsExImplementation',
'RealMsgWaitFor.*'
'_ZdlPv',
'zero',
])
Expand Down Expand Up @@ -301,8 +302,7 @@ prefixSignatureRegEx = '|'.join([
'TouchBadMemory',
'_VEC_memcpy',
'_VEC_memzero',
'WaitForMultipleObjects(Ex)?',
'WaitForSingleObject(Ex)?',
'.*WaitFor.*',
'wcslen',
'__wrap_realloc',
'WSARecv.*',
Expand Down

0 comments on commit 00b343b

Please sign in to comment.