From 96b6e4a76ea7d9ae2d8723e87016e7d12c9c1f39 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 11 Feb 2020 11:36:50 +0100 Subject: [PATCH] Add forgotten semicolon in grammar --- src/asm/asmy.y | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asm/asmy.y b/src/asm/asmy.y index 04ba580d..c01fe9f9 100644 --- a/src/asm/asmy.y +++ b/src/asm/asmy.y @@ -793,6 +793,7 @@ load : T_POP_LOAD string comma sectiontype sectorg sectattrs { out_EndLoadSection(); } +; rept : T_POP_REPT uconst {