]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - scripts/recordmcount.pl
tracing: Correct the check for number of arguments in recordmcount.pl
[mv-sheeva.git] / scripts / recordmcount.pl
index a569be72f3b20e20622651ae69aa28e207a08e37..a512af1514bdecf41cdc48838ba29fef9d7b9e7d 100755 (executable)
@@ -113,7 +113,7 @@ $P =~ s@.*/@@g;
 
 my $V = '0.1';
 
-if ($#ARGV < 7) {
+if ($#ARGV != 10) {
        print "usage: $P arch bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
        print "version: $V\n";
        exit(1);