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

This commit is contained in:
Nicholas Nethercote
2014-03-20 17:46:13 -07:00
parent 9a02fae330
commit f7cea84604

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"])
}
}