mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
sys/syz-extract: fix too long line
This commit is contained in:
parent
d6d32e566b
commit
96b8132aaf
@ -16,7 +16,7 @@ import (
|
||||
"github.com/google/syzkaller/pkg/osutil"
|
||||
)
|
||||
|
||||
func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf bool, defineGlibcUse bool) (
|
||||
func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf, defineGlibcUse bool) (
|
||||
map[string]uint64, map[string]bool, error) {
|
||||
data := &CompileData{
|
||||
AddSource: addSource,
|
||||
|
Loading…
Reference in New Issue
Block a user