Uniquefy gdb.threads/attach-into-signal.exp
[deliverable/binutils-gdb.git] / gdb / rx-tdep.c
index 8442c765f89ea5a938c8a0354bf3a7b97fa3e001..0bd91ff5f4b6221497aa31d6da55b4c035abf8b5 100644 (file)
@@ -204,7 +204,7 @@ rx_get_opcode_byte (void *handle)
   int status;
   gdb_byte byte;
 
-  status = target_read_memory (opcdata->pc, &byte, 1);
+  status = target_read_code (opcdata->pc, &byte, 1);
   if (status == 0)
     {
       opcdata->pc += 1;
This page took 0.025648 seconds and 4 git commands to generate.