1
0
mirror of https://github.com/simh/simh.git synced 2026-04-18 17:07:25 +00:00

I7000: Removed compiler warnings.

This commit is contained in:
Richard Cornwell
2020-10-13 20:05:30 -04:00
parent fb1be2093d
commit 4057374c7c
17 changed files with 46 additions and 57 deletions

View File

@@ -562,12 +562,12 @@ sim_instr(void)
t_stat reason;
uint16 t;
int temp;
int32 STAR;
int32 STAR = 0;
uint8 op, op_info;
int state;
uint8 ix;
uint8 ix = 0;
uint8 br;
uint8 ar;
uint8 ar = 0;
int sign, qsign;
uint8 ch;
int cy;
@@ -3759,9 +3759,7 @@ do_divide()
t_stat
rtc_srv(UNIT * uptr)
{
int32 t;
t = sim_rtcn_calb (rtc_tps, TMR_RTC);
(void)sim_rtcn_calb (rtc_tps, TMR_RTC);
sim_activate_after(uptr, 1000000/rtc_tps);
if (timer_enable) {