2003-09-28 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / tui / tuiRegs.c
index 9f0b1a4d8451fa6c7b4ea030c4974f8a67259e45..1c8ba9a96018c0c21f3c8c24f9dd1406362e80f2 100644 (file)
@@ -790,7 +790,7 @@ _tuiGetRegisterRawValue (int regNum, char *regValue, struct frame_info *frame)
 
   if (target_has_registers)
     {
-      frame_read_register (frame, regNum, regValue);
+      get_frame_register (frame, regNum, regValue);
       /* NOTE: cagney/2003-03-13: This is bogus.  It is refering to
          the register cache and not the frame which could have pulled
          the register value off the stack.  */
This page took 0.02483 seconds and 4 git commands to generate.