diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-prog2c/prog2c.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-prog2c/prog2c.go b/tools/syz-prog2c/prog2c.go index 6b7394508..27476ffbf 100644 --- a/tools/syz-prog2c/prog2c.go +++ b/tools/syz-prog2c/prog2c.go @@ -95,6 +95,7 @@ func main() { UseTmpDir: *flagUseTmpDir, HandleSegv: *flagHandleSegv, Trace: *flagTrace, + CallComments: true, } src, err := csource.Write(p, opts) if err != nil { |
