Make RL78 disassembler and simulator respect ISA for mul/div
[deliverable/binutils-gdb.git] / gdb / rl78-tdep.c
index bf96e8815866040b5375f298d81574ac615f8995..3be2579fb6e5b1ff8b7fa6c4dcaec1c18d64987d 100644 (file)
@@ -921,7 +921,7 @@ rl78_analyze_prologue (CORE_ADDR start_pc,
 
       opcode_handle.pc = pc;
       bytes_read = rl78_decode_opcode (pc, &opc, rl78_get_opcode_byte,
-                                    &opcode_handle);
+                                      &opcode_handle, RL78_ISA_DEFAULT);
       next_pc = pc + bytes_read;
 
       if (opc.id == RLO_sel)
This page took 0.031566 seconds and 4 git commands to generate.