From af3f391aeb0c8286a3a326f44a2a0eb60465b35b Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 24 Feb 2019 18:35:15 -0500 Subject: [PATCH] KA10: Fixed Coverity error. --- PDP10/ka10_dpy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PDP10/ka10_dpy.c b/PDP10/ka10_dpy.c index 45ccec3..802d366 100644 --- a/PDP10/ka10_dpy.c +++ b/PDP10/ka10_dpy.c @@ -312,6 +312,7 @@ t_stat dpy_reset (DEVICE *dptr) ty340word ty340_fetch(ty340word addr) { + return 0; } /* not used with Type 344 interface */