Add support for ARM Cortex-M33 processor
[deliverable/binutils-gdb.git] / gas / config / tc-xtensa.c
index d062044d42f7992f32493622a87cb8c691429097..ca261ae19c4cc8f70060ee70db5572b81a2b40b2 100644 (file)
@@ -2228,7 +2228,7 @@ xg_reverse_shift_count (char **cnt_argp)
   cnt_arg = *cnt_argp;
 
   /* replace the argument with "31-(argument)" */
-  new_arg = concat ("31-(", cnt_argp, ")", (char *) NULL);
+  new_arg = concat ("31-(", cnt_arg, ")", (char *) NULL);
 
   free (cnt_arg);
   *cnt_argp = new_arg;
This page took 0.03906 seconds and 4 git commands to generate.