diff options
Diffstat (limited to 'vendor/golang.org/x/arch/x86/x86asm/tables.go')
-rw-r--r-- | vendor/golang.org/x/arch/x86/x86asm/tables.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/golang.org/x/arch/x86/x86asm/tables.go b/vendor/golang.org/x/arch/x86/x86asm/tables.go index af3fb73c5..6f57c70bf 100644 --- a/vendor/golang.org/x/arch/x86/x86asm/tables.go +++ b/vendor/golang.org/x/arch/x86/x86asm/tables.go @@ -1,5 +1,4 @@ -// DO NOT EDIT -// generated by: x86map -fmt=decoder ../x86.csv +// Code generated by x86map -fmt=decoder x86.csv DO NOT EDIT. package x86asm |