Implemented function calls
This commit is contained in:
parent
cd1fe5eebb
commit
6043baee48
11 changed files with 114 additions and 62 deletions
|
@ -42,6 +42,12 @@ func Build(args []string) int {
|
|||
return 1
|
||||
}
|
||||
|
||||
if config.Verbose {
|
||||
for _, function := range result {
|
||||
function.PrintAsm()
|
||||
}
|
||||
}
|
||||
|
||||
if !writeExecutable {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue