From 8db2c12881eba944d416e4a80de6840b3dad1217 Mon Sep 17 00:00:00 2001 From: bal Date: Tue, 4 Dec 1984 13:03:49 +0000 Subject: [PATCH] regsave_cost() returns void instead of short. --- util/ego/ra/ra_profits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ego/ra/ra_profits.c b/util/ego/ra/ra_profits.c index bfe5399bb..3c725a035 100644 --- a/util/ego/ra/ra_profits.c +++ b/util/ego/ra/ra_profits.c @@ -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 -- 2.34.1