diff options
-rw-r--r-- | lldb/source/Expression/RecordingMemoryManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/RecordingMemoryManager.cpp b/lldb/source/Expression/RecordingMemoryManager.cpp index b7b875f5216..da246032b47 100644 --- a/lldb/source/Expression/RecordingMemoryManager.cpp +++ b/lldb/source/Expression/RecordingMemoryManager.cpp @@ -241,7 +241,7 @@ RecordingMemoryManager::CommitAllocations (Process &process) size_t allocation_size = (ai->m_size ? ai->m_size : 1) + ai->m_alignment - 1; if (allocation_size == 0) - allocation_size = 1;œ + allocation_size = 1; ai->m_remote_allocation = process.AllocateMemory( allocation_size, |