Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/goto-cc/gcc_mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,9 @@ int gcc_modet::asm_output(
output_files.begin()->second=="/dev/null"))
return EX_OK;

#if 0
// The below disturbs some scripts that rummage through assembly
// output.
debug()
<< "Appending preprocessed sources to generate hybrid asm output"
<< eom;
Expand Down Expand Up @@ -1053,6 +1056,7 @@ int gcc_modet::asm_output(
os << comment << comment << line << '\n';
}
}
#endif

return EX_OK;
}
Expand Down