diff options
Diffstat (limited to 'pkg/hostarch/hostarch_x86_state_autogen.go')
-rw-r--r-- | pkg/hostarch/hostarch_x86_state_autogen.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/hostarch/hostarch_x86_state_autogen.go b/pkg/hostarch/hostarch_x86_state_autogen.go new file mode 100644 index 000000000..239b6ba6c --- /dev/null +++ b/pkg/hostarch/hostarch_x86_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +//go:build amd64 || 386 +// +build amd64 386 + +package hostarch |