aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r--ld/ldgram.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y
index c9af249..741a02f 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -276,11 +276,10 @@ command_line_option:
{
ldgram_in_defsym = true;
ldgram_in_expression = true;
- hex_mode = true;
+
}
assignment
{
- hex_mode = false;
ldgram_in_defsym = false;
ldgram_in_expression = false;
}