diff options
Diffstat (limited to '037abandon.cc')
-rw-r--r-- | 037abandon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/037abandon.cc b/037abandon.cc index 455a4201..2c681f7f 100644 --- a/037abandon.cc +++ b/037abandon.cc @@ -13,7 +13,7 @@ def main [ # both allocations should have returned the same address +mem: storing 1 in location 5 -:(before "End Decrement Reference Count(old_address, payload_type, payload_size)") +:(before "End Decrement Refcount(old_address, payload_type, payload_size)") if (old_refcount == 0) { trace(9999, "mem") << "automatically abandoning " << old_address << end(); abandon(old_address, payload_type, payload_size); |