diff options
Diffstat (limited to 'opcodes/visium-dis.c')
-rw-r--r-- | opcodes/visium-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/visium-dis.c b/opcodes/visium-dis.c index eb2930b..cd67cda 100644 --- a/opcodes/visium-dis.c +++ b/opcodes/visium-dis.c @@ -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. */ |