stub operand checks

This commit is contained in:
Michael McLoughlin
2018-11-26 10:13:04 -08:00
parent 767b625fe8
commit bed7e7e2c2
8 changed files with 8945 additions and 1989 deletions

View File

@@ -1,3 +1,7 @@
package x86
import "errors"
var ErrBadOperandTypes = errors.New("bad operand types")
//go:generate avogen -output zconstructors.go constructors