From 52004417be30752bb94bb40795292aba551ec670 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 23 Sep 2006 14:51:12 +0000 Subject: [PATCH] * fix dumb typo. Clearly shouldn't work late at night... This commit was SVN r11767. --- opal/asm/generate-asm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/asm/generate-asm.pl b/opal/asm/generate-asm.pl index 4eab7cd8f2..7f057bbb14 100644 --- a/opal/asm/generate-asm.pl +++ b/opal/asm/generate-asm.pl @@ -30,7 +30,7 @@ $IS64BIT = 0; ($CONFIG, $TEXT, $GLOBAL, $SUFFIX, $GSYM, $LSYM, $TYPE, $SIZE, $ALIGN_LOG, $DEL_R_REG, $IS64BIT, $GNU_STACK) = ( $asmformat =~ /(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)\-(.*)/); -if 01) { +if (0) { print "$asmformat\n"; print "CONFIG: $CONFIG\n"; print "TEXT: $TEXT\n";