Disallow PC relative for CMPI on MC68000/10
[deliverable/binutils-gdb.git] / opcodes / aarch64-dis.c
index 8b213078e401a44a7c19f09be7b731e8abd73b3e..6567880efbaaeea5e1f2aa026df99059e9bb7471 100644 (file)
@@ -251,6 +251,16 @@ get_expected_qualifier (const aarch64_inst *inst, int i)
 
 /* Operand extractors.  */
 
+bfd_boolean
+aarch64_ext_none (const aarch64_operand *self ATTRIBUTE_UNUSED,
+                 aarch64_opnd_info *info ATTRIBUTE_UNUSED,
+                 const aarch64_insn code ATTRIBUTE_UNUSED,
+                 const aarch64_inst *inst ATTRIBUTE_UNUSED,
+                 aarch64_operand_error *errors ATTRIBUTE_UNUSED)
+{
+  return TRUE;
+}
+
 bfd_boolean
 aarch64_ext_regno (const aarch64_operand *self, aarch64_opnd_info *info,
                   const aarch64_insn code,
This page took 0.02481 seconds and 4 git commands to generate.