Skip to content
Snippets Groups Projects
Commit f3b7533e authored by FlorianKrull's avatar FlorianKrull
Browse files

Use a.out as standard output file

parent 4fa6af7b
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ int main(int argc, char *argv[]) {
mcc_asm_gen_creator(out, tac, symbol_table);
fclose(as_file);
mcc_invoke_gcc(TMP_FILE_NAME".s", out);
mcc_invoke_gcc(TMP_FILE_NAME".s", "a.out");
// mcc_asm_gen_creator(stdout, tac, symbol_table);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment