summaryrefslogtreecommitdiff
path: root/insns.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-19 11:44:05 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-19 11:44:05 -0800
commitf096968998fb1ec8bcea6b7bff51a96c56fd3eab (patch)
tree58ef7b62b1567dd2a5dcb376679e2065b3e6aa7c /insns.pl
parent682221438e242486b4672cb7bf3297418f836dcd (diff)
downloadnasm-f096968998fb1ec8bcea6b7bff51a96c56fd3eab.tar.gz
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.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/insns.pl b/insns.pl
index 158c2f07..f48e2cc2 100644
--- a/insns.pl
+++ b/insns.pl
@@ -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} = [];