Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105788
b: refs/heads/master
c: abddaec
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Linus Torvalds committed Jul 25, 2008
1 parent fad5b17 commit 1d7caef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 585e93ae83b80c874bf4eb50a239027cef5db4af
refs/heads/master: abddaec56ebb7911bbf0578a4636a74bd7376d92
3 changes: 2 additions & 1 deletion trunk/scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
my $arch = shift;
if ($arch eq "") {
$arch = `uname -m`;
chomp($arch);
}

$x = "[0-9a-f]"; # hex character
Expand Down Expand Up @@ -91,7 +92,7 @@
# 0: 00 e8 38 01 LINK 0x4e0;
$re = qr/.*[[:space:]]LINK[[:space:]]*(0x$x{1,8})/o;
} else {
print("wrong or unknown architecture\n");
print("wrong or unknown architecture \"$arch\"\n");
exit
}
}
Expand Down

0 comments on commit 1d7caef

Please sign in to comment.