From d2269f8bd55936fb47f9de494fd39d251eb0ae10 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 25 Mar 2016 09:37:27 -0700 Subject: [PATCH] VAX: Fix compile error introduced by previous commit. --- VAX/vax_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/vax_cpu.c b/VAX/vax_cpu.c index 3d4296cc..e7852a7c 100644 --- a/VAX/vax_cpu.c +++ b/VAX/vax_cpu.c @@ -3722,7 +3722,7 @@ fprintf (st, "The CPU attempts to detect when the simulator is idle. When idle, fprintf (st, "simulator does not use any resources on the host system. Idle detection is\n"); fprintf (st, "controlled by the SET IDLE and SET NOIDLE commands:\n\n"); fprintf (st, " sim> SET CPU IDLE{=VMS|ULTRIX|ULTRIXOLD|ULTRIX-1.X|\n"); -fprintf (st, " 3BSD|4.0BSD|4.1BSD|4.2BSD|QUASIJARUS|\n); +fprintf (st, " 3BSD|4.0BSD|4.1BSD|4.2BSD|QUASIJARUS|\n"); fprintf (st, " NETBSD|NETBSDOLD|OPENBSD|OPENBSDOLD|32V|ELN}{:n}\n"); fprintf (st, " enable idle detection\n"); fprintf (st, " sim> SET CPU NOIDLE disable idle detection\n\n");