From feb546c6399db8f01a2e0a87051e5f12b789e086 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 14 Jan 2023 16:11:25 -0800 Subject: [PATCH] Correct syntax error (missing semicolon) in OPDISP branch table declaration --- src/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xc.c b/src/xc.c index a4b82dd..1e9c800 100644 --- a/src/xc.c +++ b/src/xc.c @@ -212,7 +212,7 @@ void dispatch(void) { &&case350, &&case351, &&case352, &&case353, &&case354, &&case355, &&case356, &&case357, &&case360, &&case361, &&case362, &&case363, &&case364, &&case365, &&case366, &&case367, &&case370, &&case371, &&case372, &&case373, &&case374, &&case375, &&case376, &&case377, - } + }; #endif #if defined(DOS) && defined(OPDISP)