aarch64: Remove stray reglist variable
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 16:01:30 +0000 (17:01 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 16:01:30 +0000 (17:01 +0100)
Sorry for not catching this during testing.  I was using a
host compiler that predated the switch to -fno-common.

include/opcode/aarch64.h

index 01c8ca18bf3ee874314e0c4181b6bc1d839fd23f..2ba94fde254f633c3164c986983a3c5f04565bdb 100644 (file)
@@ -1210,7 +1210,7 @@ struct aarch64_reglist
   unsigned has_index : 1;
   /* Lane index; valid only when has_index is 1.  */
   int64_t index;
-} reglist;
+};
 
 /* Structure representing an operand.  */