This commit is contained in:
2026-03-06 20:14:02 +00:00
parent 39eaafea25
commit 33208a2356
146 changed files with 673 additions and 1986 deletions

View File

@@ -3,9 +3,9 @@
package build
import (
"github.com/mmcloughlin/avo/ir"
"github.com/mmcloughlin/avo/operand"
"github.com/mmcloughlin/avo/x86"
"sources.truenas.cloud/code/avo/ir"
"sources.truenas.cloud/code/avo/operand"
"sources.truenas.cloud/code/avo/x86"
)
func (c *Context) addinstruction(i *ir.Instruction, err error) {