projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6626aad
)
Fixed "show -format ..." command line parsing
author
Clifford Wolf
<clifford@clifford.at>
Mon, 15 Apr 2013 09:59:35 +0000
(11:59 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 15 Apr 2013 09:59:35 +0000
(11:59 +0200)
kernel/show.cc
patch
|
blob
|
history
diff --git
a/kernel/show.cc
b/kernel/show.cc
index 572ba589678f4929d1b9ade596a74ec7822a5bd2..fd703dd53fcb7f749f3bcbfefd943d76235eb69f 100644
(file)
--- a/
kernel/show.cc
+++ b/
kernel/show.cc
@@
-520,7
+520,7
@@
struct ShowPass : public Pass {
continue;
}
if (arg == "-format" && argidx+1 < args.size()) {
- format = a
toi(args[++argidx].c_str())
;
+ format = a
rgs[++argidx]
;
continue;
}
if (arg == "-width") {