* h8300s now new target, not alias of h8300h
[deliverable/binutils-gdb.git] / gdb / findvar.c
index 1faaa905113f3e77dc63f33c451827e62ce84484..831ae4bc1b0e0498b574cf5b1487becca956b2f6 100644 (file)
@@ -308,6 +308,13 @@ value_of_register (int regnum, struct frame_info *frame)
   get_saved_register (raw_buffer, &optim, &addr,
                      frame, regnum, &lval);
 
+  /* FIXME: cagney/2002-05-15: This test is just bogus.
+
+     It indicates that the target failed to supply a value for a
+     register because it was "not available" at this time.  Problem
+     is, the target still has the register and so get saved_register()
+     may be returning a value saved on the stack.  */
+
   if (register_cached (regnum) < 0)
     return NULL;               /* register value not available */
 
This page took 0.043632 seconds and 4 git commands to generate.