x86: rel types and generated tests

This commit is contained in:
Michael McLoughlin
2018-11-27 22:08:11 -08:00
parent 3881907ec8
commit 4395adacc8
13 changed files with 18188 additions and 19 deletions

View File

@@ -4,4 +4,5 @@ import "errors"
var ErrBadOperandTypes = errors.New("bad operand types")
//go:generate avogen -output zconstructors.go constructors
//go:generate avogen -output zctors.go ctors
//go:generate avogen -output zctors_test.go ctorstest