projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c827b
)
Ignore assume and dgroup
author
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 22 Jul 2025 22:52:40 +0000
(23:52 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 22 Jul 2025 22:52:40 +0000
(23:52 +0100)
process.c
patch
|
blob
|
history
diff --git
a/process.c
b/process.c
index 474785fe1cb0b41c952449441841953a1237163d..26a3d2c5588849d6bcf03aa8bb440c318ced1562 100644
(file)
--- a/
process.c
+++ b/
process.c
@@
-981,6
+981,13
@@
static void process_line (char *line, char *line_end) {
goto check;
}
+ if (xstrcasecmp (arg, "assume") == 0 || xstrcasecmp (arg, "dgroup") == 0) {
+
+ ignore_rest_of_line (&line);
+ goto check;
+
+ }
+
if (xstrcasecmp (arg, "equ") == 0) {
report_line_at (get_filename (), get_line_number (), REPORT_ERROR, start, caret, "equ not preceded by label");