regsave_cost() returns void instead of short.

This commit is contained in:
bal 1984-12-04 13:03:49 +00:00
parent 7e8d898bcb
commit 8db2c12881

View file

@ -134,7 +134,7 @@ opening_cost(itemtyp,localtyp,off,time_out,space_out)
short regsave_cost(regs,time_out,space_out) regsave_cost(regs,time_out,space_out)
short regs[], *time_out, *space_out; short regs[], *time_out, *space_out;
{ {
/* Estimate the costs of saving and restoring the registers /* Estimate the costs of saving and restoring the registers