diff options
| author | 2014-11-18 16:55:58 +0100 | |
|---|---|---|
| committer | 2014-11-18 16:55:58 +0100 | |
| commit | 219628d1c81701132f417f22aeb862be06abe72b (patch) | |
| tree | c5132453f7954cc274b1707c69e8c2c0178c5513 /src/core/arm/dyncom | |
| parent | Merge pull request #209 from lioncash/warn (diff) | |
| parent | Fix documentation of parameters (diff) | |
| download | yuzu-219628d1c81701132f417f22aeb862be06abe72b.tar.gz yuzu-219628d1c81701132f417f22aeb862be06abe72b.tar.xz yuzu-219628d1c81701132f417f22aeb862be06abe72b.zip | |
Merge pull request #207 from lioncash/docs
Fix documentation of parameters
Diffstat (limited to 'src/core/arm/dyncom')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom.h b/src/core/arm/dyncom/arm_dyncom.h index 1f8cd3a3a..f3c70b7d3 100644 --- a/src/core/arm/dyncom/arm_dyncom.h +++ b/src/core/arm/dyncom/arm_dyncom.h | |||
| @@ -19,7 +19,7 @@ public: | |||
| 19 | 19 | ||
| 20 | /** | 20 | /** |
| 21 | * Set the Program Counter to an address | 21 | * Set the Program Counter to an address |
| 22 | * @param addr Address to set PC to | 22 | * @param pc Address to set PC to |
| 23 | */ | 23 | */ |
| 24 | void SetPC(u32 pc) override; | 24 | void SetPC(u32 pc) override; |
| 25 | 25 | ||