1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

IBM1130, PDP10, PDP11: Replaced assert() with ASSURE() for run time error checks

This commit is contained in:
Mark Pizzolato
2018-08-11 14:44:15 -07:00
parent 1b7d77e03b
commit 6ffa4c8a41
9 changed files with 55 additions and 65 deletions

View File

@@ -16,7 +16,6 @@
#include "sim_console.h" /* more SIMH defns (include path should include .., or make a copy) */
#include <setjmp.h>
#include <assert.h>
#include <stdlib.h>
#if defined(VMS)

View File

@@ -351,8 +351,6 @@ static t_stat tti_svc (UNIT *uptr)
/* otherwise, so ^E can interrupt the simulator, */
sim_activate(&tti_unit, tti_unit.wait); /* always continue polling keyboard */
assert(sim_clock_queue != QUEUE_LIST_END);
temp = sim_poll_kbd();
if (temp < SCPE_KFLAG)