No bug. Fix a misplaced comma in build/automationutils.py. r=nalexander.
This commit is contained in:
@@ -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"])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user