RISC-V: Fix the error when building RISC-V linux native gdbserver.
[deliverable/binutils-gdb.git] / opcodes / mep-asm.c
index 28085aa9cb72392499bb6a01f36862873cd2bddd..c5c33070c7013a88b1c02212ecf93c6cb2b19711 100644 (file)
@@ -811,8 +811,7 @@ mep_cgen_expand_macros_and_parse_operand (CGEN_CPU_DESC cd, int opindex,
        *strp_in += (str - hold);
     }
 
-  if (hold)
-    free (hold);
+  free (hold);
 
   return errmsg;
 }
This page took 0.025675 seconds and 4 git commands to generate.