mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
phash: Tell the user when the graph is OK
Tell the user when the graph is OK, so that we don't get quite so much of "a list of errors followed by a long pause."
This commit is contained in:
parent
3100e6cb63
commit
ff6e9b4699
@ -121,7 +121,7 @@ sub gen_hash_n($$$) {
|
||||
return;
|
||||
}
|
||||
|
||||
# print STDERR "Graph:\n$gr\n";
|
||||
print STDERR "Graph OK, computing vertices...\n";
|
||||
|
||||
# Now we need to assign values to each vertex, so that for each
|
||||
# edge, the sum of the values for the two vertices give the value
|
||||
|
Loading…
Reference in New Issue
Block a user