diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 0d27a24..95a8489 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1247,7 +1247,7 @@ volatilized_hash (const void *ptr) { tree typ = ((struct volatilized_type *)ptr)->type; - return (hashval_t) typ; + return htab_hash_pointer(typ); } static int |