Re: opcodes/arc: Implement style support in the disassembler

	* arc-dis.c (print_insn_arc): Fix thinko.
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index dbaa961..3490bad 100644
--- a/opcodes/arc-dis.c
+++ b/opcodes/arc-dis.c
@@ -1408,7 +1408,7 @@
 					      "%s", rname);
 	      else
 		(*info->fprintf_styled_func) (info->stream, dis_style_immediate,
-					      "%" PRIx32, value);
+					      "%#x", value);
 	    }
 	}