diff options
Diffstat (limited to 'gdb/d10v-tdep.c')
-rw-r--r-- | gdb/d10v-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 46f3129..3707cd0 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -429,7 +429,7 @@ d10v_address_to_pointer (struct type *type, void *buf, CORE_ADDR addr) } static CORE_ADDR -d10v_pointer_to_address (struct type *type, void *buf) +d10v_pointer_to_address (struct type *type, const void *buf) { CORE_ADDR addr = extract_address (buf, TYPE_LENGTH (type)); |