diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index 68e5f02..bee6907 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -2936,7 +2936,7 @@ pack_long (gdb_byte *buf, struct type *type, LONGEST num) /* Pack NUM into BUF using a target format of TYPE. */ -void +static void pack_unsigned_long (gdb_byte *buf, struct type *type, ULONGEST num) { int len; |