regsave_cost() returns void instead of short.
This commit is contained in:
parent
7e8d898bcb
commit
8db2c12881
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
{
|
||||
/* Estimate the costs of saving and restoring the registers
|
||||
|
|
Loading…
Reference in a new issue