Skip to content

Commit

Permalink
[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
S1eGa committed Feb 27, 2024
1 parent 6b24f90 commit f991865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Core/AddressManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void *AddressManager::allocate(ref<Expr> address, uint64_t size) {
newMO = sizeLocation->second;
} else {
newMO = nullptr;

objects[size] = newMO;
}
} else {
Expand Down

0 comments on commit f991865

Please sign in to comment.