about summary refs log tree commit diff stats
path: root/077hash.cc
diff options
context:
space:
mode:
Diffstat (limited to '077hash.cc')
-rw-r--r--077hash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/077hash.cc b/077hash.cc
index 88a5d1f7..8c72779d 100644
--- a/077hash.cc
+++ b/077hash.cc
@@ -58,7 +58,7 @@ size_t hash_mu_address(size_t h, reagent& r) {
   if (r.value == 0) return 0;
   r.value = get_or_insert(Memory, r.value);
   drop_from_type(r, "address");
-  if (r.properties.at(0).second->value == "shared") {
+  if (r.type->name == "shared") {
     ++r.value;
     drop_from_type(r, "shared");
   }