summaryrefslogtreecommitdiff
path: root/src/core/arm
diff options
context:
space:
mode:
authorGravatar Lioncash2015-09-16 08:38:12 -0400
committerGravatar Lioncash2015-09-16 08:51:53 -0400
commit751fbfdcc33420cb39aee30158706984efb4da40 (patch)
tree570330019bba030c78af7d7715b89a5b3de7ccc6 /src/core/arm
parentMerge pull request #1097 from yuriks/cfg-blocks (diff)
downloadyuzu-751fbfdcc33420cb39aee30158706984efb4da40.tar.gz
yuzu-751fbfdcc33420cb39aee30158706984efb4da40.tar.xz
yuzu-751fbfdcc33420cb39aee30158706984efb4da40.zip
general: Silence some warnings when using clang
Diffstat (limited to 'src/core/arm')
-rw-r--r--src/core/arm/skyeye_common/armstate.h1
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};