summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-20 11:04:26 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-20 11:04:26 -0700
commit1e5203872d0f9a9744fbef7e6e9e4c21fb2b0c78 (patch)
treeaa0f0d33146a2d69ae0f14c0be81f9e9f54b4794 /misc
parent8597e6900c9924a68bc9321ae359dc0bd50d8d0c (diff)
downloadnasm-1e5203872d0f9a9744fbef7e6e9e4c21fb2b0c78.tar.gz
insns.dat: make even wider to make space for AVX
The AVX instructions take more space, so add a few tab stops across the entire file.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/fmtinsns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fmtinsns.pl b/misc/fmtinsns.pl
index 323ab9c5..9acde060 100755
--- a/misc/fmtinsns.pl
+++ b/misc/fmtinsns.pl
@@ -3,7 +3,7 @@
# Re-align the columns in insns.dat
#
-@cols = (0, 16, 40, 72);
+@cols = (0, 16, 48, 96);
while ($line = <STDIN>) {
chomp $line;