OSDN Git Service

Re-sync to pf3gnuchains3x.
[pf3gnuchains/pf3gnuchains4x.git] / gdb / amd64-tdep.c
index b47c4c3..51560cf 100644 (file)
@@ -1402,10 +1402,7 @@ amd64_init_frame_cache (struct amd64_frame_cache *cache)
   cache->pc = 0;
 
   /* Saved registers.  We initialize these to -1 since zero is a valid
-     offset (that's where %rbp is supposed to be stored).
-     The values start out as being offsets, and are later converted to
-     addresses (at which point -1 is interpreted as an address, still meaning
-     "invalid").  */
+     offset (that's where %rbp is supposed to be stored).  */
   for (i = 0; i < AMD64_NUM_SAVED_REGS; i++)
     cache->saved_regs[i] = -1;
   cache->saved_sp = 0;