Remove comments
This commit is contained in:
@@ -163,7 +163,6 @@ int main(int argc, char** argv)
|
|||||||
#if VM_TRACE
|
#if VM_TRACE
|
||||||
case 'v': {
|
case 'v': {
|
||||||
vcdfile_name = optarg;
|
vcdfile_name = optarg;
|
||||||
// printf("%s\n", vcdfile_name);
|
|
||||||
vcdfile = strcmp(optarg, "-") == 0 ? stdout : fopen(optarg, "w");
|
vcdfile = strcmp(optarg, "-") == 0 ? stdout : fopen(optarg, "w");
|
||||||
if (!vcdfile) {
|
if (!vcdfile) {
|
||||||
std::cerr << "Unable to open " << optarg << " for VCD write\n";
|
std::cerr << "Unable to open " << optarg << " for VCD write\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user