From 4f0647740a3353781eab29a34ab1e0c16a0551ca Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 27 Jun 2024 19:23:37 +0300 Subject: allow assembling massive files --- tasm/src/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasm/src/parser.y') diff --git a/tasm/src/parser.y b/tasm/src/parser.y index bb3090f..a473154 100644 --- a/tasm/src/parser.y +++ b/tasm/src/parser.y @@ -415,7 +415,7 @@ top unit : top - | top unit + | unit top input : unit -- cgit v1.3