ngettext support
[deliverable/binutils-gdb.git] / opcodes / visium-dis.c
index eb2930b74a6d07b0cedb5538764411241620634d..cd67cdada478ba1415a15502ad741a80e1a464d6 100644 (file)
@@ -189,7 +189,7 @@ disassem_class1 (disassemble_info *info, unsigned int ins)
     {
     case 0:
       /* Stop.  */
-      (*info->fprintf_func) (info->stream, "stop");
+      (*info->fprintf_func) (info->stream, "stop    %d,r%d", indx, source_a);
       break;
     case 1:
       /* BMI - Block Move Indirect.  */
This page took 0.046222 seconds and 4 git commands to generate.