diff options
Diffstat (limited to 'tools/link/link.cpp')
-rw-r--r-- | tools/link/link.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/link/link.cpp b/tools/link/link.cpp index 6cb30a2..2abde5f 100644 --- a/tools/link/link.cpp +++ b/tools/link/link.cpp @@ -109,10 +109,7 @@ int main(int argc, char **argv) { } } - if (DumpAsm) { - cerr << "Here's the assembly:\n"; - Composite.get()->dump(); - } + if (DumpAsm) cerr << "Here's the assembly:\n" << Composite.get(); ostream *Out = &cout; // Default to printing to stdout... if (OutputFilename != "-") { |