x86: optimize LEA
[deliverable/binutils-gdb.git] / gas / itbl-ops.c
index e5d48e48ddc9d4c6d5951351562b4533af307af3..b0746f01c094f38730f534992cfcc49106415dbf 100644 (file)
@@ -1,5 +1,5 @@
 /* itbl-ops.c
-   Copyright (C) 1997-2020 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -272,7 +272,7 @@ itbl_init (void)
        for (e = *es; e; e = e->next)
          {
            symbol_table_insert (symbol_create (e->name, reg_section,
-                                               e->value, &zero_address_frag));
+                                               &zero_address_frag, e->value));
          }
       }
   append_insns_as_macros ();
This page took 0.024428 seconds and 4 git commands to generate.