Fix documentation of parameters

This commit is contained in:
Lioncash 2014-11-18 08:31:24 -05:00
parent 745b0219c5
commit 64cc6cb6cf
3 changed files with 3 additions and 3 deletions

View file

@ -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;