Implemented definitions
This commit is contained in:
parent
aba9cf2412
commit
ef7deb30b7
6 changed files with 70 additions and 14 deletions
|
@ -250,8 +250,9 @@ func scanFile(path string, functions chan<- *Function) error {
|
|||
Syscall: x64.SyscallRegisters,
|
||||
Return: x64.ReturnValueRegisters,
|
||||
},
|
||||
variables: map[string]*Variable{},
|
||||
finished: make(chan struct{}),
|
||||
definitions: map[string]*Definition{},
|
||||
variables: map[string]*Variable{},
|
||||
finished: make(chan struct{}),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue