diff options
| author | 2015-09-21 21:29:55 -0400 | |
|---|---|---|
| committer | 2015-09-21 21:29:55 -0400 | |
| commit | 09f43c0975b303ca98072fbece37334b0d2b4e4b (patch) | |
| tree | 4590343a003cedb3116fbc2ecf1da83354e90c56 /src/core/arm | |
| parent | Merge pull request #1106 from Kloen/fix-connect (diff) | |
| parent | hash: Get rid of unused functions (diff) | |
| download | yuzu-09f43c0975b303ca98072fbece37334b0d2b4e4b.tar.gz yuzu-09f43c0975b303ca98072fbece37334b0d2b4e4b.tar.xz yuzu-09f43c0975b303ca98072fbece37334b0d2b4e4b.zip | |
Merge pull request #1160 from lioncash/clang
Silence some clang warnings
Diffstat (limited to 'src/core/arm')
| -rw-r--r-- | src/core/arm/skyeye_common/armstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/armstate.h b/src/core/arm/skyeye_common/armstate.h index b364e2621..ceb159d14 100644 --- a/src/core/arm/skyeye_common/armstate.h +++ b/src/core/arm/skyeye_common/armstate.h | |||
| @@ -247,6 +247,5 @@ private: | |||
| 247 | static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8; | 247 | static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8; |
| 248 | 248 | ||
| 249 | u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode | 249 | u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode |
| 250 | u32 exclusive_result; | ||
| 251 | bool exclusive_state; | 250 | bool exclusive_state; |
| 252 | }; | 251 | }; |