Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Nov 20, 2023
1 parent facd094 commit f21caa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/assembuddy/renderTable.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ func RenderTable(arch string, tableData []Syscall) {
table.Append([]string{syscall.Arch, fmt.Sprint(syscall.Nr), syscall.Name, syscall.ReturnValue, syscall.Arg0, syscall.Arg1, syscall.Arg2, syscall.Arg3, syscall.Arg4, syscall.Arg5})
}
}

table.Render()
os.Exit(0)
}

0 comments on commit f21caa6

Please sign in to comment.