projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8344ebc
)
Reinitialise macro_nest
author
Alan Modra
<amodra@gmail.com>
Wed, 18 Jan 2023 23:10:20 +0000
(09:40 +1030)
committer
Alan Modra
<amodra@gmail.com>
Thu, 19 Jan 2023 08:10:30 +0000
(18:40 +1030)
* input-scrub.c (input_scrub_begin): Init macro_nest.
gas/input-scrub.c
patch
|
blob
|
history
diff --git
a/gas/input-scrub.c
b/gas/input-scrub.c
index c753243277c42fe4977a72be4771d4d67bdd7337..d3da84094ff8cc96da6a46a30c5743cd8e812b49 100644
(file)
--- a/
gas/input-scrub.c
+++ b/
gas/input-scrub.c
@@
-220,6
+220,7
@@
input_scrub_begin (void)
physical_input_file = NULL; /* No file read yet. */
next_saved_file = NULL; /* At EOF, don't pop to any other file */
+ macro_nest = 0;
input_scrub_reinit ();
do_scrub_begin (flag_m68k_mri);
}