diff options
Diffstat (limited to 'lib/Core/Memory.cpp')
-rw-r--r-- | lib/Core/Memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Memory.cpp b/lib/Core/Memory.cpp index 584ea15d..cd13eada 100644 --- a/lib/Core/Memory.cpp +++ b/lib/Core/Memory.cpp @@ -577,7 +577,7 @@ void ObjectState::write64(unsigned offset, uint64_t value) { } } -void ObjectState::print() { +void ObjectState::print() const { llvm::errs() << "-- ObjectState --\n"; llvm::errs() << "\tMemoryObject ID: " << object->id << "\n"; llvm::errs() << "\tRoot Object: " << updates.root << "\n"; |