aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ubsan.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/ubsan.h')
-rw-r--r--gcc-4.9/gcc/ubsan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/ubsan.h b/gcc-4.9/gcc/ubsan.h
index e793ee3d4..67cc6e915 100644
--- a/gcc-4.9/gcc/ubsan.h
+++ b/gcc-4.9/gcc/ubsan.h
@@ -38,7 +38,7 @@ struct ubsan_mismatch_data {
extern void ubsan_expand_null_ifn (gimple_stmt_iterator);
extern tree ubsan_instrument_unreachable (location_t);
-extern tree ubsan_create_data (const char *, location_t,
+extern tree ubsan_create_data (const char *, const location_t *,
const struct ubsan_mismatch_data *, ...);
extern tree ubsan_type_descriptor (tree, bool);
extern tree ubsan_encode_value (tree, bool = false);