daily update
[binutils-gdb.git] / opcodes / aarch64-opc.h
index d475fa497d8d2b333375287bcc4b6ef6b59bb880..b46f7dafc74f133780fa8494729e3fd83b47b227 100644 (file)
@@ -212,7 +212,7 @@ reset_operand_qualifier (aarch64_inst *inst, int idx)
 static inline aarch64_insn
 gen_mask (int width)
 {
-  return ((aarch64_insn) 1 << width) - 1;;
+  return ((aarch64_insn) 1 << width) - 1;
 }
 
 /* LSB_REL is the relative location of the lsb in the sub field, starting from 0.  */