projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0a9c1
)
WIP: added doc comment
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Dec 2023 21:59:18 +0000
(22:59 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 4 Dec 2023 21:59:18 +0000
(22:59 +0100)
src/ulas.c
patch
|
blob
|
history
diff --git
a/src/ulas.c
b/src/ulas.c
index f5cc43d5ef106423d63b6e695ef16d8d41e81a18..e46f43cbac0c3e662a10d455dcd782a8c0a39a47 100644
(file)
--- 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;