update
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
. "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"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Regression test for a bug where casting a physical register would give the
|
||||
// error "non physical register found".
|
||||
//
|
||||
// See: https://github.com/mmcloughlin/avo/issues/65#issuecomment-576850145
|
||||
// See: sources.truenas.cloud/code/avo/issues/65#issuecomment-576850145
|
||||
package issue65
|
||||
|
||||
//go:generate go run asm.go -out issue65.s -stubs stub.go
|
||||
|
||||
Reference in New Issue
Block a user