From 19d00d514a68a0f98518739f98a810987ea5598c Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 4 Dec 2023 22:59:18 +0100 Subject: [PATCH] WIP: added doc comment --- src/ulas.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ulas.c b/src/ulas.c index f5cc43d..e46f43c 100644 --- a/src/ulas.c +++ b/src/ulas.c @@ -2235,9 +2235,10 @@ int ulas_asmline(FILE *dst, FILE *src, const char *line, unsigned long n) { case ULAS_ASMDIR_FILL: other_writes += ulas_asmdirfill(dst, &line, n, &rc); break; - case ULAS_ASMDIR_PAD: case ULAS_ASMDIR_INCBIN: case ULAS_ASMDIR_STR: + case ULAS_ASMDIR_PAD: + // TODO: pad is the same as .fill n, $ - n case ULAS_ASMDIR_NONE: ULASPANIC("asmdir not implemented\n"); break; -- 2.30.2