summaryrefslogtreecommitdiff
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 87de5cd63..a58c59244 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -157,7 +157,7 @@ u8* GetPointer(VAddr virtual_address);
157 * Maps a block of memory on the heap 157 * Maps a block of memory on the heap
158 * @param size Size of block in bytes 158 * @param size Size of block in bytes
159 * @param operation Memory map operation type 159 * @param operation Memory map operation type
160 * @param flags Memory allocation flags 160 * @param permissions Memory allocation permissions
161 */ 161 */
162u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions); 162u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions);
163 163