projects
/
binutils.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Properly handle ".equ symbol, reg + NUM" in x86 Intel syntax.
[binutils.git]
/
gas
/
read.c
diff --git
a/gas/read.c
b/gas/read.c
index 4afb190173e31d66abc56c79047e1f510c00f37e..ae0dbb86e70a7e8ecfb292408607d409e298eb2a 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-471,6
+471,7
@@
get_absolute_expression (void)
{
expressionS exp;
+ exp.X_md = 0;
return get_absolute_expr (&exp);
}
This page took
0.020677 seconds
and
4
git commands to generate.