diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 2e12eaa..39eab1e 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -171,7 +171,7 @@ extern void print_function_pointer_address (const struct value_print_options *op If TYPE represents some aggregate type (e.g., a structure), return 1. Otherwise, any of the bytes starting at OFFSET and extending for - TYPE_LENGTH(TYPE) bytes are invalid, print a message to STREAM and + TYPE->length () bytes are invalid, print a message to STREAM and return 0. The checking is done using FUNCS. Otherwise, return 1. */ |