| Index: tools/tickprocessor.js
|
| diff --git a/tools/tickprocessor.js b/tools/tickprocessor.js
|
| index 72b3059dcaabf3e1645d2395cfc41cec118eda7d..84f0eea580d10fcef2ad01d15da638f782cc1bdc 100644
|
| --- a/tools/tickprocessor.js
|
| +++ b/tools/tickprocessor.js
|
| @@ -476,7 +476,7 @@ UnixCppEntriesProvider.prototype.parseNextLine = function() {
|
| function MacCppEntriesProvider(nmExec) {
|
| UnixCppEntriesProvider.call(this, nmExec);
|
| // Note an empty group. It is required, as UnixCppEntriesProvider expects 3 groups.
|
| - this.FUNC_RE = /^([0-9a-fA-F]{8}) ()[iItT] (.*)$/;
|
| + this.FUNC_RE = /^([0-9a-fA-F]{8,16}) ()[iItT] (.*)$/;
|
| };
|
| inherits(MacCppEntriesProvider, UnixCppEntriesProvider);
|
|
|
|
|