]> Git Repo - qemu.git/blobdiff - target-cris/opcode-cris.h
qapi: Require all branches of flat union enum to be covered
[qemu.git] / target-cris / opcode-cris.h
index 779d4aab7042dd1bd512dbde088e0146f77d768f..e7ebb98cd0cf2624eafc75dd43c01eeda283c0cb 100644 (file)
@@ -108,16 +108,6 @@ struct cris_support_reg
 };
 extern const struct cris_support_reg cris_support_regs[];
 
-struct cris_cond15
-{
-  /* The name of the condition.  */
-  const char *const name;
-
-  /* What CPU version this condition name applies to.  */
-  enum cris_insn_version_usage applicable_version;
-};
-extern const struct cris_cond15 cris_conds15[];
-
 /* Opcode-dependent constants.  */
 #define AUTOINCR_BIT (0x04)
 
This page took 0.024562 seconds and 4 git commands to generate.