diff options
author | Tony Wasserka <neobrainx@gmail.com> | 2014-11-18 16:55:58 +0100 |
---|---|---|
committer | Tony Wasserka <neobrainx@gmail.com> | 2014-11-18 16:55:58 +0100 |
commit | 219628d1c81701132f417f22aeb862be06abe72b (patch) | |
tree | c5132453f7954cc274b1707c69e8c2c0178c5513 /src/core/arm/interpreter | |
parent | d218a547fa18b0c761ce5204ec4ac8fee8f2bedd (diff) | |
parent | 64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69 (diff) |
Merge pull request #207 from lioncash/docs
Fix documentation of parameters
Diffstat (limited to 'src/core/arm/interpreter')
-rw-r--r-- | src/core/arm/interpreter/arm_interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/arm_interpreter.h b/src/core/arm/interpreter/arm_interpreter.h index ceb1be438..f1e7198c5 100644 --- a/src/core/arm/interpreter/arm_interpreter.h +++ b/src/core/arm/interpreter/arm_interpreter.h @@ -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; |