update
This commit is contained in:
@@ -5,9 +5,9 @@ package main
|
||||
import (
|
||||
"strconv"
|
||||
|
||||
. "github.com/mmcloughlin/avo/build"
|
||||
. "github.com/mmcloughlin/avo/operand"
|
||||
. "github.com/mmcloughlin/avo/reg"
|
||||
. "sources.truenas.cloud/code/avo/build"
|
||||
. "sources.truenas.cloud/code/avo/operand"
|
||||
. "sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -37,7 +37,7 @@ func makelabels(name string, n int) []string {
|
||||
}
|
||||
|
||||
func main() {
|
||||
Package("github.com/mmcloughlin/avo/examples/stadtx")
|
||||
Package("sources.truenas.cloud/code/avo/examples/stadtx")
|
||||
TEXT("Hash", NOSPLIT, "func(state *State, key []byte) uint64")
|
||||
Doc("Hash computes the Stadtx hash.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user