Refactor struct trad_frame_saved_regs
[deliverable/binutils-gdb.git] / gdb / frame-unwind.h
index 6fa07c5506d2eb95904e5b8a9a21adb274870792..da0b4bcbe30fbcb26efa36c258788894441d5464 100644 (file)
@@ -226,7 +226,7 @@ struct value *frame_unwind_got_constant (struct frame_info *frame, int regnum,
    inside BUF.  */
 
 struct value *frame_unwind_got_bytes (struct frame_info *frame, int regnum,
-                                     gdb_byte *buf);
+                                     const gdb_byte *buf);
 
 /* Return a value which indicates that FRAME's saved version of REGNUM
    has a known constant (computed) value of ADDR.  Convert the
This page took 0.038249 seconds and 4 git commands to generate.