| Index: tools/tickprocessor.js
|
| diff --git a/tools/tickprocessor.js b/tools/tickprocessor.js
|
| index efd9750e2eea16840c04655e1614abe010f0a96e..34c6195d9a30585de26d921a0639d59a1e070a87 100644
|
| --- a/tools/tickprocessor.js
|
| +++ b/tools/tickprocessor.js
|
| @@ -429,7 +429,7 @@ function UnixCppEntriesProvider(nmExec) {
|
| this.symbols = [];
|
| this.parsePos = 0;
|
| this.nmExec = nmExec;
|
| - this.FUNC_RE = /^([0-9a-fA-F]{8}) ([0-9a-fA-F]{8} )?[tTwW] (.*)$/;
|
| + this.FUNC_RE = /^([0-9a-fA-F]{8,16}) ([0-9a-fA-F]{8,16} )?[tTwW] (.*)$/;
|
| };
|
| inherits(UnixCppEntriesProvider, CppEntriesProvider);
|
|
|
|
|