No bug. Fix a misplaced comma in build/automationutils.py. r=nalexander.

--HG--
extra : rebase_source : 7f82b008c72c15dfa696d240497c01a44a1fadfa
This commit is contained in:
Nicholas Nethercote 2014-03-20 17:46:13 -07:00
parent 2f79d9a171
commit 7a7cb4581f

View File

@ -81,7 +81,7 @@ DEBUGGER_INFO = {
"interactive": False,
"args": " ".join(["--leak-check=full",
"--show-possibly-lost=no",
"--smc-check=all-non-file,"
"--smc-check=all-non-file",
"--vex-iropt-register-updates=allregs-at-mem-access"])
}
}