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 ea44721..b0da9be 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -1313,7 +1313,7 @@ display_trace (int low, int high) if (!suppress) /* FIXME-32x64--assumes sal.pc fits in long. */ printf_filtered ("No source file for address %s.\n", - local_hex_string ((unsigned long) sal.pc)); + hex_string ((unsigned long) sal.pc)); suppress = 1; } } |