*** empty log message ***
[binutils-gdb.git] / gdb / dwarf2-frame.h
index d2b34f090aa20a08aeeb14fdbadd4b413761dd51..2496f05c4273a0b887fbf0ac42bf84071dcc8afe 100644 (file)
@@ -72,7 +72,7 @@ struct dwarf2_frame_state_reg
   union {
     LONGEST offset;
     ULONGEST reg;
-    unsigned char *exp;
+    const gdb_byte *exp;
     struct value *(*fn) (struct frame_info *this_frame, void **this_cache,
                         int regnum);
   } loc;