Skip to content

Commit 56b2c76

Browse files
author
Cristian Tuns
committed
Bug 1829245 - Fix spidermonkey linux64/debug bustages r=rix CLOSED TREE
1 parent 0f8fb66 commit 56b2c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/check_vanilla_allocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main():
113113
# js/src/libjs_static.a:Utility.o: U malloc
114114
# js/src/libjs_static.a:Utility.o: 00000000000007e0 T js::SetSourceOptions(...)
115115
#
116-
nm_line_re = re.compile(r"([^:/ ]+):\s+[0-9a-fA-F]*\s+([TU]) (.*)")
116+
nm_line_re = re.compile(r"([^:/ ]+):\s*[0-9a-fA-F]*\s+([TU]) (.*)")
117117
alloc_fns_re = re.compile(r"|".join(alloc_fns))
118118

119119
# This tracks which allocation/free functions have been seen.

0 commit comments

Comments
 (0)