Fix typo.

From-SVN: r11711
This commit is contained in:
Jeff Law 1996-04-12 17:57:07 -06:00
parent 6b5fbb552b
commit b74f9efe5c
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ function_epilogue (file, size)
fprintf (file, "\t%s\t%s\n", h8_pop_op, h8_reg_names[regno]); fprintf (file, "\t%s\t%s\n", h8_pop_op, h8_reg_names[regno]);
} }
/* deallocate locals */ /* deallocate locals */
dosize (file, "add", fsize; dosize (file, "add", fsize);
} }
if (interrupt_handler) if (interrupt_handler)