summaryrefslogtreecommitdiff
path: root/src/core/arm
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-16 08:38:12 -0400
committerLioncash <mathew1800@gmail.com>2015-09-16 08:51:53 -0400
commit751fbfdcc33420cb39aee30158706984efb4da40 (patch)
tree570330019bba030c78af7d7715b89a5b3de7ccc6 /src/core/arm
parentf7b4f44adfb3d27c5ef5949115accf5caa8354f3 (diff)
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:
static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8;
u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode
- u32 exclusive_result;
bool exclusive_state;
};