diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-11-19 11:44:05 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-11-19 11:44:05 -0800 |
commit | f096968998fb1ec8bcea6b7bff51a96c56fd3eab (patch) | |
tree | 58ef7b62b1567dd2a5dcb376679e2065b3e6aa7c /insns.pl | |
parent | 682221438e242486b4672cb7bf3297418f836dcd (diff) | |
download | nasm-f096968998fb1ec8bcea6b7bff51a96c56fd3eab.tar.gz nasm-f096968998fb1ec8bcea6b7bff51a96c56fd3eab.tar.bz2 nasm-f096968998fb1ec8bcea6b7bff51a96c56fd3eab.zip |
insns.pl: remove debugging output
Remove debugging output which was never meant to be checked in.
Diffstat (limited to 'insns.pl')
-rw-r--r-- | insns.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ while (<F>) { if ($formatted && !$nd) { push @big, $formatted; my @sseq = startseq($_[2]); - print $_[0], ':', join(',', @sseq), "\n"; foreach $i (@sseq) { if (!defined($dinstables{$i})) { $dinstables{$i} = []; |