mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Wrap long lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a55e8517b
commit
9a5c432a3d
@ -48,11 +48,12 @@ namespace sys {
|
||||
static MemoryBlock AllocateRWX(unsigned NumBytes);
|
||||
|
||||
/// This method releases a block of Read/Write/Execute memory that was
|
||||
/// allocated with the AllocateRWX method. It should not be used to release
|
||||
/// any memory block allocated any other way.
|
||||
/// allocated with the AllocateRWX method. It should not be used to
|
||||
/// release any memory block allocated any other way.
|
||||
/// @throws std::string if an error occurred.
|
||||
/// @brief Release Read/Write/Execute memory.
|
||||
static void ReleaseRWX(MemoryBlock& block);
|
||||
|
||||
/// @}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user