Skip to content

Commit

Permalink
Fixed variable reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 23, 2018
1 parent e65d7dd commit 19d087b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machine/memory/header.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ Object* const cUndef = reinterpret_cast<Object*>(0x22L);
referenced_field.set(hh->header, refcount + 1), hh);
} else {
if(uintptr_t rc = hh->get_referenced()) {
refcount = rc;

eh = ExtendedHeader::create_copy(
referenced_field.set(hh->header, refcount + 1), hh);
} else {
Expand Down

0 comments on commit 19d087b

Please sign in to comment.