Skip to content

Commit

Permalink
remove a line thats commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjs committed Jun 14, 2012
1 parent f6c2295 commit cecf5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gencode.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ gencode_return(M1_compiler *comp, m1_expression *e) {
fprintf(OUT, "\tset_ref\tCF, I%d, %c%d\n", indexreg.no, reg_chars[(int)retvalreg.type], retvalreg.no);

/* make register available. XXX is this needed? */
// pushreg(comp->regstack, r);

}
/* instructions to return:
Expand Down

0 comments on commit cecf5e4

Please sign in to comment.