Skip to content

Commit

Permalink
Fixes bug 731894, add __delayLoadHelper2 to the prefix skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraxt committed Mar 21, 2012
1 parent 06759a8 commit 23e07e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config/processorconfig.py.dist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ prefixSignatureRegEx = '|'.join([
'CFRelease', 'CFRelease',
'_chkstk', '_chkstk',
'CrashInJS', 'CrashInJS',
'__delayLoadHelper2',
'dvmAbort', 'dvmAbort',
'dvmStringLen', 'dvmStringLen',
'EtwEventEnabled', 'EtwEventEnabled',
Expand Down

0 comments on commit 23e07e6

Please sign in to comment.