Skip to content

Commit

Permalink
Update address_space.cpp - try fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
okt04175 authored Dec 15, 2024
1 parent 7b2e0b4 commit 7c3c051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/address_space.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ struct AddressSpace::Impl {
// MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
}
ASSERT_MSG(ptr, "{}", Common::GetLastErrorMsg());
continue;
return ptr;
}

Expand Down

0 comments on commit 7c3c051

Please sign in to comment.