ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / opcodes / z8k-opc.h
index 68c4ad4800d989c3081949eaf49bfadcb3626353..35ce4bc655e030cf9db0efed7dfb313ee34e55d2 100644 (file)
@@ -292,9 +292,9 @@ typedef struct {
   void (*func) (void);
   unsigned int arg_info[4];
   unsigned int byte_info[10];
-  int noperands;
-  int length;
-  int idx;
+  unsigned int noperands;
+  unsigned int length;
+  unsigned int idx;
 } opcode_entry_type;
 
 #ifdef DEFINE_TABLE
This page took 0.022763 seconds and 4 git commands to generate.