Skip to content
Snippets Groups Projects
Commit 64cc6cb6 authored by Lioncash's avatar Lioncash
Browse files

Fix documentation of parameters

parent 745b0219
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ public:
/**
* Set the Program Counter to an address
* @param addr Address to set PC to
* @param pc Address to set PC to
*/
void SetPC(u32 pc) override;
......
......@@ -18,7 +18,7 @@ public:
/**
* Set the Program Counter to an address
* @param addr Address to set PC to
* @param pc Address to set PC to
*/
void SetPC(u32 pc) override;
......
......@@ -157,7 +157,7 @@ u8* GetPointer(VAddr virtual_address);
* Maps a block of memory on the heap
* @param size Size of block in bytes
* @param operation Memory map operation type
* @param flags Memory allocation flags
* @param permissions Memory allocation permissions
*/
u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment